[Webkit-unassigned] [Bug 266248] New: [css-scope] Bug: scoping roots order are wrong with nested @scope
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 11 12:52:33 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266248
Bug ID: 266248
Summary: [css-scope] Bug: scoping roots order are wrong with
nested @scope
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
@scope (#a) {
:scope {
background: green;
width: 100px;
height: 100px;
}
@scope (#b) {
:scope {
border: 10px solid pink;
background: red;
width: 50px;
height: 50px;
}
}
}
https://jsfiddle.net/ntim/wtnLzo82/
--
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/20231211/28187da1/attachment.htm>
More information about the webkit-unassigned
mailing list