[Webkit-unassigned] [Bug 118236] New: :read-write pseudo-class should not be applied on <input type="text" disabled>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 05:12:29 PDT 2013


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

           Summary: :read-write pseudo-class should not be applied on
                    <input type="text" disabled>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.whatwg.org/specs/web-apps/current-work/mult
                    ipage/selectors.html#selector-read-write
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m_kato at ga2.so-net.ne.jp


http://www.whatwg.org/specs/web-apps/current-work/multipage/selectors.html#selector-read-write

The :read-write pseudo-class must match any element falling into one of the following categories, which for the purposes of Selectors are thus considered user-alterable: [SELECTORS]

    input elements to which the readonly attribute applies, and that are mutable (i.e. that do not have the readonly attribute specified and that are not disabled)


So :read-write pseudo-class should not be applied on <input type="text" disabled>.  Same issue on <textarea> too.

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