From b373bb8e96c12def5b8ca1021875c04e6b24f2ac Mon Sep 17 00:00:00 2001 From: fantasai Date: Wed, 22 Nov 2023 19:04:14 -0500 Subject: [PATCH] [css-values-4] Make into a note #9301 --- css-values-4/Overview.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index 01e9503a8734..9068084edcbb 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -1170,7 +1170,8 @@ URL Processing Model must be omitted (i.e. use the default, UTF-8), regardless of the stylesheet encoding. - 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),