Skip to content

Commit 73fdd90

Browse files
SebastianZsvgeesus
authored andcommitted
Added CSS Scroll Anchoring 1, CSSOM 1, CSS Color 5, and Selectors 4 to Rough Interoperability
1 parent ac91370 commit 73fdd90

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

css-2024/Overview.bs

+24-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Status Text:
2929
Boilerplate: index no
3030
</pre>
3131
<pre class=link-defaults>
32-
spec:selectors-4; type:selector; text::lang()
3332
spec:selectors-4; type:dfn; text:document language
3433
spec:css-ui-3; type:property; text:cursor
3534
spec:css-ui-3; type:property; text:outline
@@ -604,6 +603,30 @@ Modules with Rough Interoperability</h3>
604603
<dd>
605604
This module allows authors to position any graphical object and animate it along an author specified path.
606605

606+
<dt><a href="https://www.w3.org/TR/css-scroll-anchoring-1/">CSS Scroll Anchoring Module Level 1</a>
607+
[[CSS-SCROLL-ANCHORING-1]]
608+
<dd>
609+
This module aims to minimize content shifts
610+
by locking the scroll position of a scroll container to a particular anchor element.
611+
612+
<dt><a href="https://www.w3.org/TR/cssom-1/">CSS Object Model (CSSOM)</a>
613+
[[CSSOM-1]]
614+
<dd>
615+
This module defines APIs for parsing, serializing,
616+
and manipulating CSS, Media Queries, and Selectors.
617+
618+
<dt><a href="https://www.w3.org/TR/css-color-5/">CSS Color Module Level 5</a>
619+
[[CSS-COLOR-5]]
620+
<dd>
621+
Extends CSS Color 4 to add color spaces and color modification functions.
622+
623+
<dt><a href="https://www.w3.org/TR/selectors-4/">Selectors Level 4</a>
624+
[[SELECTORS-4]]
625+
<dd>
626+
Extends Selectors Level 3 by introducing new pseudo-classes,
627+
pseudo-elements, and combinators,
628+
enhancing the ability to select elements
629+
based on more complex criteria and states.
607630
</dl>
608631

609632
<h3 id="css-levels">
@@ -933,7 +956,6 @@ Safe to Release pre-CR Exceptions</h2>
933956
<a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>
934957
and
935958
<a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions Level 1</a>.
936-
<li>The '':dir()'', '':lang()'', and '':focus-within'' pseudo-classes from [[SELECTORS-4]].
937959
</ul>
938960

939961
<h2 id="indices">Indices</h2>

0 commit comments

Comments
 (0)