[Webkit-unassigned] [Bug 44886] Reflected attribute input.size wraps on negative values (Chrome), or returns them (Safari)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 17:59:46 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=44886


rasamassen at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rasamassen at gmail.com




--- Comment #1 from rasamassen at gmail.com  2011-05-26 17:59:46 PST ---
IE9 is, as of this date, actually the only browser that seems to parse this correctly.  IE9 throws an "Invalid property value" error upon setting size = -1.  Per rule 7 of the "rules for parsing non-negative integers," this is the appropriate response.  Webkit should throw an error.  Only IE9 currently throws an error.

If that's a misreading, then Webkit should throw 20, but I think that's correct.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list