diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index a8639d412aae..3f08c355dabb 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -1171,7 +1171,7 @@ URL Processing Model (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), @@ -5234,13 +5234,15 @@ Recent Changes (This is a subset of [[#additions-L3]].) - Substantial changes since 287 October 2023 WD: + Substantial changes since 27 October 2023 WD: * 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. (Issue 6452) * Added an explicit definition for the [=CSS grammar production block=] convention. (Issue 2921) + * Clarified character encoding of percent-encoded URLs. + (Issue 9301) Substantial changes since 6 April 2023 WD: @@ -5259,6 +5261,8 @@ Recent Changes are always resolved against the parent element when used in a 'font-*' property. (Issue 8169) + * Simplify away single-argument ''min()'' and ''max()'' functions. + (Issue 9559) Substantial changes since 19 October 2022 WD: