[Webkit-unassigned] [Bug 266287] Nesting @supports reporting true for `animation-timeline: scroll()`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 12 13:21:43 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266287
--- Comment #6 from Antoine Quint <graouts at webkit.org> ---
A simple test case with nesting reproduces the issue though:
<style>
body {
background-color: green;
@supports (animation-timeline: scroll()) {
background-color: red;
}
}
</style>
So it's likely an issue with properties gated behind runtime flags and nesting.
--
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/20231212/79c3e52d/attachment.htm>
More information about the webkit-unassigned
mailing list