[Webkit-unassigned] [Bug 88219] New: Chaining multiple adjacent sibling combinators after the :target pseudo-class fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 02:06:04 PDT 2012


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

           Summary: Chaining multiple adjacent sibling combinators after
                    the :target pseudo-class fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phiw at l-c-n.com


Created an attachment (id=145545)
 --> (https://bugs.webkit.org/attachment.cgi?id=145545&action=review)
test case

The following type of selector fails in Webkit r119365, Safari 5.1, Chrome 19 (and older in both cases):
E:target + #some-id + #some-other-id { /* something */ }

In the test case: at the bottom of the page is a green block; when clicking the link ('link to addendum'), that block should: 1/ change background-color 2/ change width.

This works in all other browsers.

But chaining only one adj. sibling after the :target works.
E:target + #some-id {}

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