[Webkit-unassigned] [Bug 92612] New: [Forms] Get rid of isReadOnlyFormControl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 29 22:19:40 PDT 2012


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

           Summary: [Forms] Get rid of isReadOnlyFormControl
           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
        Depends on: 92602


Element::IsReadOnlyFormControl() was introduced for using :read-only/:read-write CSS pseudo classes. Although, it was used short cut for calling HTMLFormControlElement::readOnly().

Because of we have Element::shouldMatchReadWriteSelector() for this purpose, we don't need to have Element::IsReadOnlyFormControl() anymore.

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