Hi, From: Ian Hickson <[EMAIL PROTECTED]>
What do people think? Is it valuable to be able to do:<progress value="5%"/> ...instead of either of these: <progress value="0.05"/> <progress>5%</progress> ...?
No, direct relationship to the DOM makes implementation and authoring more straight forward, I think. I don't see much advantage in allowing different formats in the value="".
Regards, Simon Pieters
