Skip to content

Commit b0e8fbd

Browse files
committed
[css-2025] Added CSS Contain 2 to Rough Interop and features from Media Queries 5, CSS Conditional 5, Selectors 4, CSS Images 4, and CSS Text Decoration 4 to Safe to Release Exceptions
Related resolutions: #12699 (comment) #12754 (comment) #12774 (comment) #12775 (comment) #12776 (comment) #12779 (comment)
1 parent 441315e commit b0e8fbd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

css-2025/Overview.bs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,11 @@ Modules with Rough Interoperability</h3>
620620
pseudo-elements, and combinators,
621621
enhancing the ability to select elements
622622
based on more complex criteria and states.
623+
624+
<dt><a href="https://www.w3.org/TR/css-contain-2/">CSS Containment Module Level 2</a>
625+
[[CSS-CONTAIN-2]]
626+
<dd>
627+
Extends CSS Containment 1 to add style containment.
623628
</dl>
624629

625630
<h3 id="css-levels">
@@ -941,6 +946,25 @@ Safe to Release pre-CR Exceptions</h2>
941946
<li>The [=relative color=] syntax, defined in [[!CSS-COLOR-5]]</li>
942947

943948
<li>The [[CSS-VALUES-5#request-url-modifiers|request url modifiers]], defined in [[!CSS-VALUES-5]]</li>
949+
950+
<li>The [[MEDIAQUERIES-5#display-modes|display-modes]],
951+
[[MEDIAQUERIES-5#dynamic-range|dynamic-range]],
952+
[[MEDIAQUERIES-5#scripting|scripting]],
953+
[[MEDIAQUERIES-5#prefers-reduced-motion|prefers-reduced-motion]],
954+
[[MEDIAQUERIES-5#prefers-reduced-transparency|prefers-reduced-transparency]],
955+
[[MEDIAQUERIES-5#prefers-contrast|prefers-contrast]],
956+
[[MEDIAQUERIES-5#forced-colors|forced-colors]],
957+
and [[MEDIAQUERIES-5#prefers-color-scheme|prefers-color-scheme]],
958+
media features, defined in [[!MEDIAQUERIES-5]]
959+
960+
<li>The [[CSS-CONDITIONAL-5#at-supports-ext|font-tech()]] and [[CSS-CONDITIONAL-5#at-supports-ext|font-format()]] functions, defined in [[!CSS-CONDITIONAL-5]]
961+
962+
<li>The '':is()'', '':where()'', and '':has()'' pseudo-classes,
963+
and selector lists in '':not()'', defined in [[!SELECTORS-4]]
964+
965+
<li>The ''conic-gradient()'' function and the <<color-interpolation-method>> for gradients, defined in [[!CSS-IMAGES-4]]
966+
967+
<li>The 'text-decoration-thickness' and 'text-underline-offset' properties and the <code>from-font</code> value for 'text-underline-position', defined in [[!CSS-TEXT-DECOR-4]]
944968
</ul>
945969

946970
The following features have been explicitly and retroactively cleared

0 commit comments

Comments
 (0)