File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -1127,15 +1127,12 @@ URL Processing Model</h4>
1127
1127
with [=fetch/processresponseconsumebody=] set to |processResponse|.
1128
1128
</div>
1129
1129
1130
- Some legacy implementations preserved the original encoding of URLs
1131
- (as represented in the stylesheet)
1132
- and reproduced that encoding when communicating over the network.
1133
- UAs <em> must not</em> do this;
1134
- when it's necessary to re-encode a URL into bytes
1135
- to communicate over the network,
1136
- the URL must be encoded as UTF-8,
1130
+ When [[url#percent-encoded-bytes|percent-encoding a URL]] from CSS for any purpose,
1131
+ the UTF-8 encoding must be used
1132
+ to produce the bytes to be encoded,
1137
1133
regardless of the original stylesheet encoding.
1138
1134
1135
+
1139
1136
<h2 id="numeric-types">
1140
1137
Numeric Data Types</h2>
1141
1138
You can’t perform that action at this time.
0 commit comments