Skip to content

Commit fa593d3

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

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
@@ -1947,17 +1947,17 @@ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20241
19471947
</h3>
19481948

19491949
<ul>
1950-
<li>
1951-
Dimensional query containers no longer apply layout containment
1952-
(<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a>)
1953-
</li>
1950+
<li>Dimensional query containers no longer apply layout containment
1951+
(<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a>)</li>
19541952
<li>
19551953
Extended [=supports queries=] to express [=at-rule=] capabilities
19561954
via ''at-rule()''.
19571955
(<a href="https://github.com/w3c/csswg-drafts/issues/2463">#2463</a>,
19581956
<a href="https://github.com/w3c/csswg-drafts/issues/6966">#6966</a>,
19591957
<a href="https://github.com/w3c/csswg-drafts/issues/11116">#11116</a>,
19601958
<a href="https://github.com/w3c/csswg-drafts/issues/11117">#11117</a>)
1959+
<li>Added ''@supports-condition'' at-rule and related {{CSSSupportsConditionRule}} interface.
1960+
(<a href="https://github.com/w3c/csswg-drafts/issues/12622">#12622</a>)</li>
19611961
</li>
19621962
</ul>
19631963

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

19681968
<ul>
19691969
<!-- To 31 Oct 2024 -->
1970-
<li>Add ''@container/stuck/none''-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
1970+
<li>Added ''@container/stuck/none''-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
19711971
<li>Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
19721972
(<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a>,
19731973
<a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a>,
@@ -1986,7 +1986,7 @@ Changes since the <a href="https://www.w3.org/TR/2021/WD-css-conditional-5-20211
19861986
<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>
19871987
<li> Updated to use the new parsing algorithm names and block production names</li>
19881988
<li>Corrected a typo in the grammar of &lt;font-format></li>
1989-
<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>
1989+
<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>
19901990
</ul>
19911991

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

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

0 commit comments

Comments
 (0)