Skip to content

Commit 0463339

Browse files
SebastianZsvgeesus
authored andcommitted
[css-2026] Added features resolved on on Jan 15 #13332
Related resolutions: * #13332 (comment) * #12816 (comment) * #12797 (comment) * #12782 (comment) * #12780 (comment) * #12698 (comment)
1 parent 580eb2d commit 0463339

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

css-2026/Overview.bs

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ Status Text:
2929
Boilerplate: index no
3030
</pre>
3131
<pre class=link-defaults>
32-
spec:selectors-4; type:dfn; text:document language
3332
spec:css-ui-3; type:property; text:cursor
3433
spec:css-ui-3; type:property; text:outline
3534
spec:css-display-3; type:property; text:display
35+
spec:selectors-4;
36+
type:dfn; text:document language
37+
type:selector;
38+
text::fullscreen
39+
text::open
3640
</pre>
3741

3842

@@ -626,6 +630,12 @@ Modules with Rough Interoperability</h3>
626630
This module defines APIs for querying and manipulating
627631
the visual viewport and layout viewport,
628632
as well as methods for scrolling elements into view.
633+
634+
<dt><a href="https://www.w3.org/TR/geometry-1/">Geometry Interfaces Module Level 1</a>
635+
[[GEOMETRY-1]]
636+
<dd>
637+
This module defines basic basic geometric interfaces to represent points, rectangles, quadrilaterals,
638+
and transformation matrices.
629639
</dl>
630640

631641
<h3 id="css-levels">
@@ -964,16 +974,19 @@ Safe to Release pre-CR Exceptions</h2>
964974
and selector lists in '':not()'', defined in [[!SELECTORS-4]]
965975

966976
<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]]
967-
</ul>
968977

969-
The following features have been explicitly and retroactively cleared
970-
by the CSS Working Group for broad release
971-
prior to the spec reaching Candidate Recommendation:
972-
<ul>
978+
<li>The ''::marker'' [=pseudo-element=], defined in [[!CSS-PSEUDO-4]]
979+
980+
<li>The 'text-box-trim' and 'text-box-edge' properties including their 'text-box' shorthand, defined in [[!CSS-INLINE-3]]
981+
982+
<li>The ''env()'' function including the [[css-env-1#safe-area-insets|save-area-inset-*]] variables, defined in [[!CSS-ENV-1]]
983+
984+
<li>The [=pseudo-classes=] '':scope'', '':defined'', '':focus-within'', '':dir()'', '':any-link'', '':open'', '':popover-open'', '':modal'', '':fullscreen'', '':placeholder-shown'', '':default'', '':valid'', '':invalid'', '':required'', '':optional'', and selector lists for the '':nth-child()'' and '':nth-last-child()'' [=pseudo-classes=], defined in [[!SELECTORS-4]]
985+
973986
<li>Everything in
974-
<a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>
975-
and
976-
<a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions Level 1</a>.
987+
<a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>
988+
and
989+
<a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions Level 1</a>.
977990
</ul>
978991

979992
<h2 id="media-type">The text/css media type</h2>

0 commit comments

Comments
 (0)