Skip to content

Commit

Permalink
[css-values-4] Update Changes list
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Dec 18, 2023
1 parent 8a5608c commit f3c32dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ URL Processing Model</h4>
(i.e. use the default, UTF-8),
regardless of the stylesheet encoding.

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

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

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

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

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

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

0 comments on commit f3c32dc

Please sign in to comment.