Bootstrap: Adding <meter> tag support

Created on 30 Jul 2016  路  2Comments  路  Source: twbs/bootstrap

Greetings,

As Bootstrap v4 replaces the old .progress <div> with a real <progress> element, we should consider adding <meter> support to better match the HTML semantics of each element.

I would also suggest that <progress> tag should be stripped by default, or even animated since it aims to represent the completion progress of a task (quoting WHATWG spec).

css feature v4

Most helpful comment

I would also suggest that <progress> tag should be stripped by default, or even animated

Different folks always want different aesthetics. Plain-by-default with a single class each to opt into striping and animation makes it easy to keep everyone happy. Using 2 more classes isn't a heavy burden.

All 2 comments

I would also suggest that <progress> tag should be stripped by default, or even animated

Different folks always want different aesthetics. Plain-by-default with a single class each to opt into striping and animation makes it easy to keep everyone happy. Using 2 more classes isn't a heavy burden.

Closing as a won't fix given the .progress and lack of IE10 or IE11 support.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

steve-32a picture steve-32a  路  3Comments

fohlsom picture fohlsom  路  3Comments

bellwood picture bellwood  路  3Comments

eddywashere picture eddywashere  路  3Comments

devfrey picture devfrey  路  3Comments