[whatwg] <progress> draft

Simon Pieters zcorpan at hotmail.com
Fri Mar 24 06:31:08 PST 2006


Hi,

From: Ian Hickson <ian at hixie.ch>
>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





More information about the whatwg mailing list