From StrategyWiki, the video game walkthrough and strategy guide wiki
Revision as of 01:38, 9 January 2012 by Wanderer (talk | contribs) (Add topic)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HTML5 <progress> element

HTML5 has a <progress> element now, it has somewhat decent browser support. This template should be updated to use it. The existing markup can be kept as content of the <progress> element so that it can be used as fallback, for browsers that do not yet support the <progress> element. It's a simple implementation:

<progress value="{{{progress}}}" max="{{{total}}}">Existing markup</progress>

Wanderer 01:38, 9 January 2012 (UTC)