[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
Sat Sep 24 12:17:00 PDT 2011


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





--- Comment #7 from Darin Adler <darin at apple.com>  2011-09-24 12:17:00 PST ---
(In reply to comment #1)
> 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.

To change that we’d need to change the HTMLInputElement::setSize function. If a change is needed here, then we do need a separate function.

-- 
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