[Webkit-unassigned] [Bug 250293] nested @media breaks in Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 9 00:26:32 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=250293
--- Comment #2 from Matthieu Dubet <m_dubet at apple.com> ---
This is broken in STP and trunk indeed (it works on stable Safari).
The parsing seems correct (with or without the CSS nesting experimental flag).
(I've added a small snippet to check it:
<script>
var rule = s.sheet.cssRules[1];
l.textContent = rule.cssText;
</script>
)
It seems to be a media query evaluation issue.
--
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/20230109/208f28d3/attachment.htm>
More information about the webkit-unassigned
mailing list