Skip to content

Commit 4da2655

Browse files
committed
[css-values-4] One more go at fixing the URL parsing encoding. #9301
1 parent 97e0e03 commit 4da2655

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-values-4/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,10 +1130,11 @@ URL Processing Model</h4>
11301130
with [=fetch/processresponseconsumebody=] set to |processResponse|.
11311131
</div>
11321132

1133-
When [[url#percent-encoded-bytes|percent-encoding a URL]] from CSS for any purpose,
1134-
the UTF-8 encoding must be used
1135-
to produce the bytes to be encoded,
1136-
regardless of the original stylesheet encoding.
1133+
When parsing URLs in CSS,
1134+
the [=URL parser's=] <var ignore>encoding</var> argument
1135+
must be omitted
1136+
(i.e. use the default, UTF-8),
1137+
regardless of the stylesheet encoding.
11371138

11381139

11391140
<h2 id="numeric-types">

0 commit comments

Comments
 (0)