RESOLVED FIXED 266248
[css-scope] Bug: scoping roots order is wrong with nested @scope
https://bugs.webkit.org/show_bug.cgi?id=266248
Summary [css-scope] Bug: scoping roots order is wrong with nested @scope
Matthieu Dubet
Reported 2023-12-11 12:52:33 PST
@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/
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-11 12:52:54 PST
Matthieu Dubet
Comment 2 2023-12-11 12:59:46 PST
EWS
Comment 3 2023-12-12 10:23:23 PST
Committed 271941@main (8a947a7a91b8): <https://commits.webkit.org/271941@main> Reviewed commits have been landed. Closing PR #21648 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.