[Webkit-unassigned] [Bug 61675] <input> size attribute does not return default when attribute outofrange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 23:16:34 PDT 2012


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





--- Comment #6 from Kent Tamura <tkent at chromium.org>  2012-10-03 23:16:59 PST ---
(From update of attachment 167035)
View in context: https://bugs.webkit.org/attachment.cgi?id=167035&action=review

> Source/WebCore/ChangeLog:11
> +        According to the spec, the size IDL attribute of input elements is limited
> +        to only non-negative numbers greater than zero. It should throw INDEX_SIZE_ERR
> +        exception when set to 0.
> +        Spec: http://www.w3.org/TR/html5/common-input-element-attributes.html#the-size-attribute

good explanation.
It would be better if you add behavior of other browsers.

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