[Webkit-unassigned] [Bug 229666] New: [CSS Cascade Layers] Computer order correctly for late added sublayers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 03:29:43 PDT 2021


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

            Bug ID: 229666
           Summary: [CSS Cascade Layers] Computer order correctly for late
                    added sublayers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

We currently get order wrong in cases like

@layer a.b {
  ...
}
@layer c {
  ...
}
@layer a.d {
  ...
}

where c should have higher priority than a.d.

-- 
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/20210830/d9cefb35/attachment.htm>


More information about the webkit-unassigned mailing list