You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-2025/Overview.bs
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@ Classification of CSS Specifications</h2>
357
357
and/or the <a href="http://www.w3.org/blog/CSS">CSS Working Group Blog</a>
358
358
for any resulting changes, corrections, or clarifications.
359
359
360
-
<h3 id="reliable-cr">
360
+
<h3 id=reliable-cr>
361
361
Reliable Candidate Recommendations</h3>
362
362
363
363
The following specifications are considered to be in a reliable state, meaning they have largely stable implementations and specifications, but are not yet at the Recommendation level due to minor issues or the need for additional implementation reports.
@@ -395,6 +395,25 @@ The following specifications are considered to be in a reliable state, meaning t
395
395
<dd>
396
396
Extends and supersedes [[CSS-GRID-1]],
397
397
introducing “subgrids” for managing nested markup in a shared grid framework.
398
+
399
+
<dt><a href="https://www.w3.org/TR/css-cascade-5/">CSS Cascading and Inheritance Module Level 5</a>
400
+
[[CSS-CASCADE-5]]
401
+
<dd>
402
+
Extends and supersedes [[CSS-CASCADE-4]],
403
+
introducing cascade layers which provide a structured way to organize and balance concerns within a single origin.
404
+
405
+
<dt><a href="https://www.w3.org/TR/css-color-adjust-1/">CSS Color Adjustment Module Level 1</a>
406
+
[[CSS-COLOR-ADJUST-1]]
407
+
<dd>
408
+
This module introduces a model and controls over automatic color adjustment by the user agent to handle user preferences,
409
+
such as "Dark Mode", contrast adjustment, or specific desired color schemes.
0 commit comments