[Webkit-unassigned] [Bug 45899] New: :invalid pseudo selector doesn't update other elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 09:49:44 PDT 2010


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

           Summary: :invalid pseudo selector doesn't update other elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jan at kassens.net


Created an attachment (id=67809)
 --> (https://bugs.webkit.org/attachment.cgi?id=67809)
A simple testcase.

It seems that changes to the state of :invalid are not propagated to selectors containing them.

With a selector like: ":invalid ~ input" all following inputs should be affected by a change to the validity immediately, but currently they're only updated separately when the inputs are focused.

See the attachment for a test case.

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