diff --git a/css-2024/Overview.bs b/css-2024/Overview.bs
index bf68053232d..33b58f23a23 100644
--- a/css-2024/Overview.bs
+++ b/css-2024/Overview.bs
@@ -29,7 +29,6 @@ Status Text:
Boilerplate: index no
-spec:selectors-4; type:selector; text::lang()
spec:selectors-4; type:dfn; text:document language
spec:css-ui-3; type:property; text:cursor
spec:css-ui-3; type:property; text:outline
@@ -604,6 +603,30 @@ Modules with Rough Interoperability
This module allows authors to position any graphical object and animate it along an author specified path.
+ CSS Scroll Anchoring Module Level 1
+ [[CSS-SCROLL-ANCHORING-1]]
+
+ This module aims to minimize content shifts
+ by locking the scroll position of a scroll container to a particular anchor element.
+
+ CSS Object Model (CSSOM)
+ [[CSSOM-1]]
+
+ This module defines APIs for parsing, serializing,
+ and manipulating CSS, Media Queries, and Selectors.
+
+ CSS Color Module Level 5
+ [[CSS-COLOR-5]]
+
+ Extends CSS Color 4 to add color spaces and color modification functions.
+
+ Selectors Level 4
+ [[SELECTORS-4]]
+
+ Extends Selectors Level 3 by introducing new pseudo-classes,
+ pseudo-elements, and combinators,
+ enhancing the ability to select elements
+ based on more complex criteria and states.
The '':dir()'', '':lang()'', and '':focus-within'' pseudo-classes from [[SELECTORS-4]].
Indices