top | item 1713120

(no title)

chow | 15 years ago

Good work, but doesn't "Pure CSS" usually mean "CSS without JavaScript"?

discuss

order

syaz1|15 years ago

I've noticed this too. A lot of demos claim to be pure CSS but not so when view source'd.

ivanvanderbyl|15 years ago

The Javascript is only for demonstrating the functionality. It does not effect the styling in anyway, this is the job of the CSS.

It is also worth mentioning that in any application which would use a progress bar, it would require JS to calculate progress, or update the DOM to display it.

As far as being a pure CSS progress bar, it is.