@@ -3,7 +3,7 @@ Title: CSS Values and Units Module Level 5
33Group : CSSWG
44Shortname : css-values
55Level : 5
6- Status : ED
6+ Status : WD
77Work Status : Exploring
88ED : https://drafts.csswg.org/css-values-5/
99TR : https://www.w3.org/TR/css-values-5/
@@ -27,6 +27,9 @@ spec:selectors-4; type: dfn; text: selector
2727spec:css-conditional-5; type:type; text:<size-feature>
2828spec:css-conditional-5; type:dfn; text:container feature
2929spec:css-conditional-5; type:type; text:<container-name>
30+ spec:css-conditional-5; type:at-rule; text:@container
31+ spec:css-conditional-5; type:type; text:<style-query>
32+ spec:css-conditional-5; type:type; text:<style-query>
3033spec:css-mixins-1; type:dfn; text:custom function
3134spec:css-properties-values-api; type:dfn; text: supported syntax component names
3235spec:html; type:element; text:link
@@ -221,7 +224,7 @@ Boolean Expression Multiplier <<boolean-expr[]>></h3>
221224 specify conditions,
222225 and allow combining those conditions with boolean logic (and/or/not/grouping).
223226 Because they use the same non-trivial recursive syntax structure,
224- the special <dfn><<boolean-expr[]>></dfn> production represents this pattern generically.
227+ the special <dfn type ><<boolean-expr[]>></dfn> production represents this pattern generically.
225228
226229 The <<boolean-expr[]>> notation wraps another value type in the square brackets within it,
227230 e.g. <boolean[ <test> ] >,
@@ -3270,15 +3273,16 @@ Changes</h2>
32703273 (<a href="https://github.com/w3c/csswg-drafts/issues/2864">Issue 2864</a> )
32713274 * Redesigned ''attr()'' .
32723275 (<a href="https://github.com/w3c/csswg-drafts/issues/10437">Issue 10437</a> ,
3273- <a href=")
3276+ <a href="https://github.com/w3c/csswg-drafts/issues/5092">Issue 5092</a> ,
3277+ <a href="https://github.com/w3c/csswg-drafts/issues/5136">Issue 5136</a> )
32743278 * Changed ''*progress()'' functions to use commas for argument separation,
32753279 for consistency with ''*mix()'' and ''clamp()'' .
32763280 (<a href="https://github.com/w3c/csswg-drafts/issues/10489">Issue 10489</a> )
32773281 * Defined new <<boolean-expr[]>> multipler for the [=value definition syntax=] .
32783282 (<a href="https://github.com/w3c/csswg-drafts/issues/10457">Issue 10457</a> )
3279- * Imported definition of [=arbitrary substitution function=] from [[css-variables -1]] .
3283+ * Imported definition of [=arbitrary substitution function=] from [[CSS-VARIABLES -1]] .
32803284 (<a href="https://github.com/w3c/csswg-drafts/issues/10679">Issue 10679</a> )
3281- * Imported the <<syntax>> production from [[css-properties-values-api]] (for use in ''attr()'' ).
3285+ * Imported the <<syntax>> production from [[css-properties-values-api-1 ]] (for use in ''attr()'' ).
32823286 * Corrected errors in the syntax of ''media-progress()'' and ''container-progress()'' .
32833287
32843288 Changes since the <a href="https://www.w3.org/TR/2024/WD-css-values-5-20240913/">First Public Working Draft</a> include:
0 commit comments