@@ -290,7 +290,7 @@ The input byte stream</h3>
290
290
If so, the user agent must decode these bytes into <a>code points</a> according to a particular character encoding.
291
291
292
292
To decode the stream of bytes into a stream of <a>code points</a> ,
293
- UAs must use the <dfn><a href="http ://encoding.spec.whatwg.org/#decode">decode</a></dfn> algorithm
293
+ UAs must use the <dfn><a href="https ://encoding.spec.whatwg.org/#decode">decode</a></dfn> algorithm
294
294
defined in [[!ENCODING]] ,
295
295
with the fallback encoding determined as follows.
296
296
@@ -303,7 +303,7 @@ The input byte stream</h3>
303
303
<ol>
304
304
<li>
305
305
If HTTP or equivalent protocol defines an encoding (e.g. via the charset parameter of the Content-Type header),
306
- <dfn export><a href="http ://encoding.spec.whatwg.org/#concept-encoding-get">get an encoding</a></dfn> [[!ENCODING]]
306
+ <dfn export><a href="https ://encoding.spec.whatwg.org/#concept-encoding-get">get an encoding</a></dfn> [[!ENCODING]]
307
307
for the specified value.
308
308
If that does not return failure,
309
309
use the return value as the fallback encoding.
@@ -393,7 +393,7 @@ The input byte stream</h3>
393
393
New formats and new linking mechanisms <b> should not</b> provide an <a>environment encoding</a> ,
394
394
so the stylesheet defaults to UTF-8 instead in the absence of more explicit information.
395
395
396
- Note: [[HTML]] defines <a href="http ://www. whatwg.org/specs/web-apps/current-work /multipage/links.html#link-type-stylesheet">the environment encoding for <code><link rel=stylesheet></code></a> .
396
+ Note: [[HTML]] defines <a href="https ://html.spec. whatwg.org/multipage/links.html#link-type-stylesheet">the environment encoding for <code><link rel=stylesheet></code></a> .
397
397
398
398
Note: [[CSSOM]] defines <a href="https://drafts.csswg.org/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction">the environment encoding for <code><xml-stylesheet?></code></a> .
399
399
0 commit comments