[Webkit-unassigned] [Bug 113560] New: Text representation of pseudo elements, '::-webkit-distributed', is wrong in CSSSelector::selectorText().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 29 00:03:23 PDT 2013


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

           Summary: Text representation of pseudo elements,
                    '::-webkit-distributed', is wrong in
                    CSSSelector::selectorText().
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: webcomponents-bugzilla at chromium.org
            Blocks: 72352


The result of CSSSelector::selectorText() for '::-webkit-distributed(...)' is wrong.

e.g.

Given a rule of:

 'content::-webkit-distributed(div div:first-child)'

CSSSelector::selectorText() returns the following:

 'content::-webkit-distributed(div) div:first-child'

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