jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

<progress> <meter> and div based fallback for JS #80

Open sfrisk opened 9 years ago

sfrisk commented 9 years ago

Create a consistent set of styling for use of <progress>, <meter> and a div based fallback to use with JS to deal with browsers that do not currently support the above elements.

When complete, the same class name can be applied to all three elements to create the desired results.

(This is replacing #71)