[Webkit-unassigned] [Bug 256578] New: [css-nesting] Don't serialize the implicit parent selector in relative selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 01:03:54 PDT 2023


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

            Bug ID: 256578
           Summary: [css-nesting] Don't serialize the implicit parent
                    selector in relative selector
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: m_dubet at apple.com

foo {
 > .bar {
 }
}

is semantically equivalent (and converted) to

foo {
 & > .bar {
 }
}

but it should not be visible in the serialization of the selector.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230510/f8b81af3/attachment.htm>


More information about the webkit-unassigned mailing list