[whatwg] <progress> draft

Hi,

From: Ian Hickson <ian@hixie.ch>
>Well, there are two ways -- update the textContent, and update the
>attribute. But for the attribute, there's only one syntax. We could remove
>the attribute as well, and force authors to use textContent, though...

I think it's good to have a value="" attribute, because you might want to 
have both plain text and an indicator, as can be seen in Hotmail:

  <p>12% of 250 MB <meter value="0.12"></meter></p>

Regards,
Simon Pieters

Received on Tuesday, 28 March 2006 01:49:15 UTC