[Bug 10767] The <progress> and <meter> elements' value IDL attribute should be constrained by the range. Just like with <input type=range>.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10767

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-09-30 19:42:17 UTC ---
Ah, I see. Yeah, I guess that does happen for type=range, since .value returns
the /value/ which is constrained. I guess we can do that for <progress> and
<meter>...

So basically:

* progress.value should be changed to return the "current value" (which I
should also turn into an xreffed term while I'm at it) on getting and set the
content attribute on setting.

* meter.value should return the "actual value" (which should also be xreffed)
on getting and on setting set the content attribute.

Right?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 30 September 2010 19:42:21 UTC