Polyfill For The HTML5 Progress Element
Polyfill is a nifty script for HTML5 progress
element to display progress bar in websites or web applications. Built on simple CSS and JavaScript, Polyfill renders gracefully in Firefox 6+, Opera 11+, Chrome, and Safari 5.1 to provide a complete progress bar functionality without requiring you to code a single line.
- Accessible (WAI-ARIA-enabled)
- Supports getting all the IDL attributes defined in the specification (value, max, position, labels)
- No extra HTML elements needed and none added through script
Recent Comments