Forum Feature requests

HTML5 Meter and progress

27escape
Any chance that this will get supported in a future release?

<meter max=100 value=25></meter>

<meter min="0" low="10" optimum="50" high="90" max="100" value=57></meter>

<progress min="0" low="10" optimum="50" high="90" max="100" value=75></progress>

Many thanks
kevin
mikeday
Probably not in the near future, as there are so many other things to do. But it could be done with JavaScript.
27escape
TBH, I have done it with CSS and its good enough

I was just wondering :)

Edited by 27escape