Skip to content

Commit c97ea03

Browse files
committed
[css-conditional-5] Added @supports-condition and related API to Changes section
1 parent 0fe9cfa commit c97ea03

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

css-conditional-5/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,10 +1911,10 @@ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20241
19111911
</h3>
19121912

19131913
<ul>
1914-
<li>
1915-
Dimensional query containers no longer apply layout containment
1916-
(<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a>)
1917-
</li>
1914+
<li>Dimensional query containers no longer apply layout containment
1915+
(<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a>)</li>
1916+
<li>Added ''@supports-condition'' at-rule and related {{CSSSupportsConditionRule}} interface.
1917+
(<a href="https://github.com/w3c/csswg-drafts/issues/12622">#12622</a>)</li>
19181918
</ul>
19191919

19201920
<h3 id="changes-20240723" class="no-num">
@@ -1923,7 +1923,7 @@ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20240
19231923

19241924
<ul>
19251925
<!-- To 31 Oct 2024 -->
1926-
<li>Add ''@container/stuck/none''-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
1926+
<li>Added ''@container/stuck/none''-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
19271927
<li>Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
19281928
(<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a>,
19291929
<a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a>,
@@ -1942,7 +1942,7 @@ Changes since the <a href="https://www.w3.org/TR/2021/WD-css-conditional-5-20211
19421942
<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>
19431943
<li> Updated to use the new parsing algorithm names and block production names</li>
19441944
<li>Corrected a typo in the grammar of &lt;font-format></li>
1945-
<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>
1945+
<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>
19461946
</ul>
19471947

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

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

0 commit comments

Comments
 (0)