Skip to content

Commit d714a9b

Browse files
xfqtabatkins
authored andcommitted
[css-syntax-3] Update URLs to WHATWG specs
1 parent e981e62 commit d714a9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-syntax-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The input byte stream</h3>
290290
If so, the user agent must decode these bytes into <a>code points</a> according to a particular character encoding.
291291

292292
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
294294
defined in [[!ENCODING]],
295295
with the fallback encoding determined as follows.
296296

@@ -303,7 +303,7 @@ The input byte stream</h3>
303303
<ol>
304304
<li>
305305
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]]
307307
for the specified value.
308308
If that does not return failure,
309309
use the return value as the fallback encoding.
@@ -393,7 +393,7 @@ The input byte stream</h3>
393393
New formats and new linking mechanisms <b>should not</b> provide an <a>environment encoding</a>,
394394
so the stylesheet defaults to UTF-8 instead in the absence of more explicit information.
395395

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>&lt;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>&lt;link rel=stylesheet></code></a>.
397397

398398
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>&lt;xml-stylesheet?></code></a>.
399399

0 commit comments

Comments
 (0)