[Bug 11938] Progress element value IDL attribute default value should be 0 instead of -1

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

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

Opera: 0
Webkit: 1
Specs: -1

I think we should change the specs so it is 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:54:38 UTC