[Bug 11939] Progress element max IDL attribute sholud reflect the maximum value instead of the content attribute

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

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

Opera: -1
Webkit: -1
Specs: -1

I propose to change that for 0.

-- 
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 13:56:26 UTC