Skip to content

Commit f3c32dc

Browse files
committed
[css-values-4] Update Changes list
1 parent 8a5608c commit f3c32dc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

css-values-4/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ URL Processing Model</h4>
11711171
(i.e. use the default, UTF-8),
11721172
regardless of the stylesheet encoding.
11731173

1174-
Note:In other words, a URL written in CSS
1174+
Note: In other words, a URL written in CSS
11751175
will always [=string/percent-encode after encoding|percent-encode=] non-ASCII codepoints
11761176
using UTF-8 in the [=URL=] object
11771177
(and thus whenever using the [=URL=] value for e.g. network requests),
@@ -5234,13 +5234,15 @@ Recent Changes</h3>
52345234

52355235
(This is a subset of [[#additions-L3]].)
52365236

5237-
Substantial changes since <a href="https://www.w3.org/TR/2023/WD-css-values-4-20231027/">287 October 2023 WD</a>:
5237+
Substantial changes since <a href="https://www.w3.org/TR/2023/WD-css-values-4-20231027/">27 October 2023 WD</a>:
52385238
* Pinned the [=default viewport units=] to the [=large viewport units=]--
52395239
despite violation of the “avoid dataloss by default principle”--
52405240
given existing interoperability and presumed Web-compat restriction.
52415241
(<a href="https://github.com/w3c/csswg-drafts/issues/6454">Issue 6452</a>)
52425242
* Added an explicit definition for the [=CSS grammar production block=] convention.
52435243
(<a href="https://github.com/w3c/csswg-drafts/issues/2921">Issue 2921</a>)
5244+
* Clarified character encoding of percent-encoded URLs.
5245+
(<a href="https://github.com/w3c/csswg-drafts/issues/9301">Issue 9301</a>)
52445246

52455247
Substantial changes since <a href="https://www.w3.org/TR/2023/WD-css-values-4-20230406/">6 April 2023 WD</a>:
52465248

@@ -5259,6 +5261,8 @@ Recent Changes</h3>
52595261
are always resolved against the parent element
52605262
when used in a 'font-*' property.
52615263
(<a href="https://github.com/w3c/csswg-drafts/issues/8169">Issue 8169</a>)
5264+
* Simplify away single-argument ''min()'' and ''max()'' functions.
5265+
(<a href="https://github.com/w3c/csswg-drafts/issues/9559">Issue 9559</a>)
52625266

52635267
Substantial changes since <a href="https://www.w3.org/TR/2022/WD-css-values-4-20221019/">19 October 2022 WD</a>:
52645268
<ul>

0 commit comments

Comments
 (0)