Skip to content
Merged
Prev Previous commit
Next Next commit
[css-conditional-5] Added @supports-condition and related API to Chan…
…ges section
  • Loading branch information
SebastianZ committed Oct 15, 2025
commit fa593d3769ebaa0e79927cf6d0678a1bea0f39fe
13 changes: 7 additions & 6 deletions css-conditional-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1947,17 +1947,17 @@ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20241
</h3>

<ul>
<li>
Dimensional query containers no longer apply layout containment
(<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a>)
</li>
<li>Dimensional query containers no longer apply layout containment
(<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a>)</li>
<li>
Extended [=supports queries=] to express [=at-rule=] capabilities
via ''at-rule()''.
(<a href="https://github.com/w3c/csswg-drafts/issues/2463">#2463</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/6966">#6966</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/11116">#11116</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/11117">#11117</a>)
<li>Added ''@supports-condition'' at-rule and related {{CSSSupportsConditionRule}} interface.
(<a href="https://github.com/w3c/csswg-drafts/issues/12622">#12622</a>)</li>
</li>
</ul>

Expand All @@ -1967,7 +1967,7 @@ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20240

<ul>
<!-- To 31 Oct 2024 -->
<li>Add ''@container/stuck/none''-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
<li>Added ''@container/stuck/none''-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
<li>Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
(<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a>,
Expand All @@ -1986,7 +1986,7 @@ Changes since the <a href="https://www.w3.org/TR/2021/WD-css-conditional-5-20211
<li>Imported the definitions of &lt;font-format> and &lt;font-tech> from CSS Fonts 4, rather than duplicating them in this specification (<a href="https://github.com/w3c/csswg-drafts/issues/8110">#8110</a>)</li>
<li> Updated to use the new parsing algorithm names and block production names</li>
<li>Corrected a typo in the grammar of &lt;font-format></li>
<li>Corrected extra spaces in the font-tech and font-format productions (<a href="https://github.com/w3c/csswg-drafts/issues/7369">#7369</a> )</li>
<li>Corrected extra spaces in the font-tech and font-format productions (<a href="https://github.com/w3c/csswg-drafts/issues/7369">#7369</a>)</li>
</ul>

<h3 id="changes-from-L4" class="no-num">
Expand All @@ -2001,6 +2001,7 @@ Additions since Level 4</h3>
<li>Moved Container Queries from [[CSS-CONTAIN-3]] to this specification.
(See also the [[CSS-CONTAIN-3#changes]] for more information
on the evolution of this feature.)
<li>Added ''@supports-condition'' at-rule and related {{CSSSupportsConditionRule}} interface.
</ul>

<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
Expand Down