From 4da2655fd8ac5e40347a4fa04e68b4a4e4b65207 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Mon, 6 Nov 2023 12:07:41 -0800 Subject: [PATCH] [css-values-4] One more go at fixing the URL parsing encoding. #9301 --- css-values-4/Overview.bs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index cc7e11b56a1..f8a25cb2f3d 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -1130,10 +1130,11 @@ URL Processing Model with [=fetch/processresponseconsumebody=] set to |processResponse|. - When [[url#percent-encoded-bytes|percent-encoding a URL]] from CSS for any purpose, - the UTF-8 encoding must be used - to produce the bytes to be encoded, - regardless of the original stylesheet encoding. + When parsing URLs in CSS, + the [=URL parser's=] encoding argument + must be omitted + (i.e. use the default, UTF-8), + regardless of the stylesheet encoding.