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).
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.
Most helpful comment
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.