[Webkit-unassigned] [Bug 93941] New: [Forms] Set SpinButtonElement free from HTMLInputElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 01:20:07 PDT 2012


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

           Summary: [Forms] Set SpinButtonElement free from
                    HTMLInputElement
           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: yosin at chromium.org


I would like to set SpinButtonElement free from HTMLInputELement, because:
  1. Concept and functionality of spin button is independent from the "input" element.
  2. ease of mountainous: HTMLInputElement.{cpp,h} changes don't affect to SpinButtonElement
  3. faster build time when HTMLInputElement.h changed. Frequency of HTMLInputElement.h changes is more often than SpinButtonElement.h, because HTMLInputElement has lot of methods for various input types.

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