[Bug 11937] Progress element should be indeterminate if the value attribute isn't a valid float

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

--- Comment #1 from Mounir Lamouri <mounir.lamouri@gmail.com> 2011-02-01 14:00:14 UTC ---
data:text/html,<progress
value='foo'></progress><script>alert(document.getElementsByTagName('progress')[0].position)</script>

Opera: 0
Webkit: 0
Specs: 0

I think we should change that for -1 because the progress element should be
considered in an indeterminate mode if @value isn't a valid foat.

-- 
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 Tuesday, 1 February 2011 14:00:15 UTC