Skip to content

Commit f645ca5

Browse files
authored
[css-mixins-1] Revert to ED (#12374)
Also, fix a markup problem which made the parser unhappy in section 7.1.2.
1 parent dd85e3b commit f645ca5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css-mixins-1/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
Title: CSS Functions and Mixins Module
33
Shortname: css-mixins
44
Level: 1
5-
Status: FPWD
6-
Date: 2025-05-15
7-
Prepare for TR: yes
5+
Status: ED
6+
Prepare for TR: no
87
Work Status: Exploring
98
Group: CSSWG
109
ED: https://drafts.csswg.org/css-mixins/
@@ -1396,7 +1395,7 @@ but ''env()'' can be used in locations that don't have an element context.
13961395
an ''em'' value is passed to a mixin,
13971396
but the argument is then used in the ''@media'' rule inside the mixin.
13981397

1399-
<pre highlight=css>
1398+
<xmp highlight=css>
14001399
@mixin --smaller(--size <length>: 800px, @contents) {
14011400
@media (width <= env(--size)) {
14021401
@contents;
@@ -1407,7 +1406,7 @@ but ''env()'' can be used in locations that don't have an element context.
14071406
margin: 1em 0;
14081407
}
14091408
}
1410-
</pre>
1409+
</xmp>
14111410
</div>
14121411

14131412
When this situation occurs,

0 commit comments

Comments
 (0)