[Webkit-unassigned] [Bug 60673] New: <input type=number> doesn't ignore size="" attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 16:24:06 PDT 2011


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

           Summary: <input type=number> doesn't ignore size="" attribute
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ian at hixie.ch


<input type=number> is supposed to size according to the min/max/step attributes so that it will be as wide as necessary to represent the longest allowed number:

# These controls are all expected to be about one line high, and about as wide as necessary to show the widest possible value.
 -- http://www.whatwg.org/specs/web-apps/current-work/complete.html#the-input-element-as-domain-specific-widgets

Currently WebKit doesn't size per the min/max/step and does support size="", which should be ignored on type=number elements.

Testcase:
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/980

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