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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 16:11:30 PDT 2011


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

           Summary: <input> size attribute does not return default when
                    attribute outofrange
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rasamassen at gmail.com


Per http://www.w3.org/TR/html5/common-input-element-attributes.html#attr-input-size: attribute is limited to only non-negative numbers greater than zero and has a default value of 20: If, on the other hand, it fails or returns an out of range value, or if the attribute is absent, the default value must be returned instead.

Setting attribute to 5147483649, 0, and -1 does not return 20 for property value.

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