We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e0e03 commit 4da2655Copy full SHA for 4da2655
css-values-4/Overview.bs
@@ -1130,10 +1130,11 @@ URL Processing Model</h4>
1130
with [=fetch/processresponseconsumebody=] set to |processResponse|.
1131
</div>
1132
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.
+ When parsing URLs in CSS,
+ the [=URL parser's=] <var ignore>encoding</var> argument
+ must be omitted
+ (i.e. use the default, UTF-8),
1137
+ regardless of the stylesheet encoding.
1138
1139
1140
<h2 id="numeric-types">
0 commit comments