[Webkit-unassigned] [Bug 31708] New: Change some [Reflect] attributes in HTMLInputElement to [ConvertNullToNullString, Reflect]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 19 22:52:38 PST 2009


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

           Summary: Change some [Reflect] attributes in HTMLInputElement
                    to [ConvertNullToNullString, Reflect]
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


min, max, pattern and step attributes are declared as [Reflect] in
WebCore/html/HTMLInputElement.idl.
I'd like to change them to [ConvertNullToNullString, Reflect] because all other
attribute with Reflect has ConvertNullToNullString.

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