<progress> bar rounding cut off when max != 100
Created by: bschaeffer
When a <progress> element's max attributes is over 100, the rounding is cutoff.
For me, this issue popped up when I was displaying progress bars in a table.table element, but occurs outside of it as well. Here's an example:
http://www.bootply.com/X7zC8gJyLG
Though most examples of progress elements on the web use a max value of 100, I could find no documentation that 100 is the max allowed value.