Skip to content

Commit a9ff488

Browse files
committed
[css-values-5] Updated Changes section.
1 parent 998aba4 commit a9ff488

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

css-values-5/Overview.bs

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3253,6 +3253,28 @@ Acknowledgments</h2>
32533253
<h2 class="no-num" id="changes">
32543254
Changes</h2>
32553255

3256+
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-values-5-20240917/">17 September 2024 Working Draft</a>:
3257+
3258+
* Changed the “comma-upgrading” behavior of allowing semicolons
3259+
to “comma-wrapping” using braces.
3260+
(<a href="https://github.com/w3c/csswg-drafts/issues/9539">Issue 9539</a>)
3261+
* Added ''if()''.
3262+
(<a href="https://github.com/w3c/csswg-drafts/issues/10064">Issue 10064</a>,
3263+
<a href="https://github.com/w3c/csswg-drafts/issues/5009#issuecomment-2442787271">Issue 5009</a>)
3264+
* Added ''inherit()''.
3265+
(<a href="https://github.com/w3c/csswg-drafts/issues/2864">Issue 2864</a>)
3266+
* Redesigned ''attr()''.
3267+
(<a href="https://github.com/w3c/csswg-drafts/issues/10437">Issue 10437</a>)
3268+
* Changed ''*progress()'' functions to use commas for argument separation,
3269+
for consistency with ''*mix()'' and ''clamp()''.
3270+
(<a href="https://github.com/w3c/csswg-drafts/issues/10489">Issue 10489</a>)
3271+
* Defined new <<boolean[]>> multipler for the [=value definition syntax=].
3272+
(<a href="https://github.com/w3c/csswg-drafts/issues/10457">Issue 10457</a>)
3273+
* Imported definition of [=arbitrary substitution function=] from [[css-variables-1]].
3274+
(<a href="https://github.com/w3c/csswg-drafts/issues/10679">Issue 10679</a>)
3275+
* Imported the <<syntax>> production from [[css-properties-values-api]] (for use in ''attr()'').
3276+
* Corrected errors in the syntax of ''media-progress()'' and ''container-progress()''.
3277+
32563278
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-values-5-20240913/">First Public Working Draft</a> include:
32573279

32583280
* Incorporated the definition of <<position>>,
@@ -3264,17 +3286,20 @@ Additions Since Level 4</h3>
32643286

32653287
Additions since <a href="http://www.w3.org/TR/css-values-4/">CSS Values and Units Level 4</a>:
32663288

3267-
* Added the “comma-upgrading” rules for functional notations.
3289+
* Added the “comma-wrapping” ''{}'' notation for function arguments.
32683290
* Defined several <<url-modifier>>s for <<url>> functions.
32693291
* Extended <<position>> to handle [=flow-relative=] positions.
32703292
(<a href="https://github.com/w3c/csswg-drafts/issues/549#issuecomment-1823607623">Issue 549</a>)
32713293
* Added the [[#progress|*-progress()]] family of functions, to represent interpolation progress between two values.
32723294
* Added the [[#mixing|*-mix()]] family of functions, to represent actually interpolating between two values.
32733295
* Added ''first-valid()'', to allow CSS's forward-compatible parsing behavior (drop invalid things, go with what's left) to be used with custom properties and other contexts where validity isn't known until <em>after</em> parsing.
3296+
* Added ''if()'' for inline conditionals.
3297+
* Added ''inherit()''.
32743298
* Added the ''toggle()'' and ''attr()'' functions.
32753299
* Added the ''random()'' and ''random-item()'' functions.
32763300
* Added the ''sibling-count()'' and ''sibling-index()'' functions.
32773301
* Added the ''calc-size()'' function, and the related 'interpolate-size' property.
3302+
* Added the <<boolean[]>> syntax notation to the [=value definition syntax=].
32783303

32793304

32803305
<h2 class="no-num" id="security">

0 commit comments

Comments
 (0)