[whatwg] <progress> draft

Hi,

From: Ian Hickson <ian@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

Received on Friday, 24 March 2006 06:31:08 UTC