[Webkit-unassigned] [Bug 110825] New: [Shadow]: left side of ::-webkit-distributed selector not working as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 17:18:17 PST 2013


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

           Summary: [Shadow]: left side of ::-webkit-distributed selector
                    not working as expected
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sorvell at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org


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

Styling distributed nodes with ::-webkit-distributed is working correctly when the left side of the expression is either content or * but not when it includes a class or attribute.

For example, this is working:

content::-webkit-distributed(*) {
  background: green;
}

but this is not:

content.foo::-webkit-distributed(*) {
  background: green;
}

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