Skip to content

Commit 797eee9

Browse files
committed
[css-values-5][editorial] Add a Changes section, fix a typo, revert to ED.
1 parent 57fe11e commit 797eee9

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

css-values-5/Overview.bs

+17-13
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ Title: CSS Values and Units Module Level 5
33
Group: CSSWG
44
Shortname: css-values
55
Level: 5
6-
Status: FPWD
7-
Prepare for TR: yes
8-
Date: 2024-09-03
6+
Status: ED
97
Work Status: Exploring
108
ED: https://drafts.csswg.org/css-values-5/
119
TR: https://www.w3.org/TR/css-values-5/
@@ -258,7 +256,7 @@ Interpolation Progress Functional Notations</h2>
258256

259257
The ''progress()'', ''media-progress()'', and ''container-progress()'' [=functional notations=]
260258
represent the proportional distance
261-
of a given value (the <dfn noxexport>progress value</dfn>)
259+
of a given value (the <dfn noexport>progress value</dfn>)
262260
from one value (the <dfn noexport>progress start value</dfn>)
263261
to another value (the <dfn noexport>progress end value</dfn>).
264262
They allow drawing a progress ratio from
@@ -2181,28 +2179,34 @@ Acknowledgments</h2>
21812179
<h2 class="no-num" id="changes">
21822180
Changes</h2>
21832181

2184-
<h3 class=no-num id="changes-recent">
2185-
Recent Changes</h3>
2186-
2187-
(This is a subset of [[#additions-L4]].)
21882182

21892183
<h3 class=no-num id="additions-L4">
21902184
Additions Since Level 4</h3>
21912185

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

2194-
<ul>
2195-
<li>Added the ''toggle()'' and ''attr()'' notations
2196-
</ul>
2188+
* Added the "comma-upgrading" rules for functional notations.
2189+
* Defined several <<url-modifier>>s for <<url>> functions.
2190+
* Added the [[#progress|*-progress()]] family of functions, to represent interpolation progress between two values.
2191+
* Added the [[#mixing|*-mix()]] family of functions, to represent actually interpolating between two values.
2192+
* 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.
2193+
* Added the ''toggle()'' and ''attr()'' functions.
2194+
* Added the ''random()'' and ''random-item()'' functions.
2195+
* Added the ''sibling-count()'' and ''sibling-index()'' functions.
2196+
* Added the ''calc-size()'' function, and the related 'interpolate-size' property.
2197+
21972198

2198-
<h2 class="no-num" id="sec-pri">
2199-
Security and Privacy Considerations</h2>
2199+
<h2 class="no-num" id="security">
2200+
Security Considerations</h2>
22002201

22012202
This specification mostly just defines units that are common to CSS specifications,
22022203
and which present no security concerns.
22032204

22042205
Note: Does URL handling have a security concern? Probably.
22052206

2207+
<h2 class="no-num" id="privacy">
2208+
Privacy Considerations</h2>
2209+
22062210
This specification defines units that expose the user's screen size
22072211
and default font size,
22082212
but both are trivially observable from JS,

0 commit comments

Comments
 (0)