[Webkit-unassigned] [Bug 254432] New: [css-nesting] Implement CSS OM read-only (serialize CSS rule) with nesting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 24 09:44:10 PDT 2023


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

            Bug ID: 254432
           Summary: [css-nesting] Implement CSS OM read-only (serialize
                    CSS rule) with nesting
           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

https://drafts.csswg.org/cssom/#serialize-a-css-rule

The serialization of "implicit" nested rule inside group rule such as:

 #foobar { @media { color:black; } } 

which is implicitly

#foobar { @media { & { color:black; } } }

is not precisely specified, but we should try to serialize the minimal equivalent

-- 
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/20230324/f2d35c1a/attachment-0001.htm>


More information about the webkit-unassigned mailing list