Skip to content

Commit d15ee29

Browse files
authored
[css-2025] Added CSS Cascade 5, CSS Color Adjust 1, and CSS Conditional 4 to Reliable CRs (#12725)
Related resolutions: #12702 (comment) #12692 (comment) #12694 (comment)
1 parent 49b47b4 commit d15ee29

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

css-2025/Overview.bs

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Classification of CSS Specifications</h2>
357357
and/or the <a href="http://www.w3.org/blog/CSS">CSS Working Group Blog</a>
358358
for any resulting changes, corrections, or clarifications.
359359

360-
<h3 id="reliable-cr">
360+
<h3 id=reliable-cr>
361361
Reliable Candidate Recommendations</h3>
362362

363363
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
395395
<dd>
396396
Extends and supersedes [[CSS-GRID-1]],
397397
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.
410+
411+
<dt><a href="https://www.w3.org/TR/css-conditional-4/">CSS Conditional Rules Module Level 4</a>
412+
[[CSS-CONDITIONAL-4]]
413+
<dd>
414+
Extends [[CSS-CONDITIONAL-3]],
415+
adding the ability to query support for particular selectors
416+
through the new ''selector()'' notation for [=supports queries=].
398417
</dl>
399418

400419
<h3 id=fairly-stable>

0 commit comments

Comments
 (0)