Skip to content

Commit a78ef53

Browse files
committed
[css-cascade] Update WHATWG links
1 parent 3031e98 commit a78ef53

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

css-cascade-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ Importing Style Sheets: the ''@import'' rule</h2>
119119
Content-Type of CSS Style Sheets</h3>
120120

121121
The processing of imported style sheets depends on the actual type of the linked resource.
122-
If the resource does not have <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type metadata</a>,
123-
or the host document is in <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#quirks-mode">quirks mode</a>
124-
and has the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#same-origin">same origin</a> as the imported style sheet,
122+
If the resource does not have <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#content-type">Content-Type metadata</a>,
123+
or the host document is in <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#quirks-mode">quirks mode</a>
124+
and has the <a href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin">same origin</a> as the imported style sheet,
125125
the type of the linked resource is <code>text/css</code>.
126-
Otherwise, the type is determined from its <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type metadata</a>.
126+
Otherwise, the type is determined from its <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#content-type">Content-Type metadata</a>.
127127

128128
If the linked resource's type is <code>text/css</code>,
129129
it must be interpreted as a CSS style sheet.

css-cascade/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ Processing Stylesheet Imports</h3>
187187
Content-Type of CSS Style Sheets</h3>
188188

189189
The processing of imported style sheets depends on the actual type of the linked resource.
190-
If the resource does not have <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type metadata</a>,
191-
or the host document is in <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#quirks-mode">quirks mode</a>
192-
and has the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#same-origin">same origin</a> as the imported style sheet,
190+
If the resource does not have <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#content-type">Content-Type metadata</a>,
191+
or the host document is in <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#quirks-mode">quirks mode</a>
192+
and has the <a href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin">same origin</a> as the imported style sheet,
193193
the type of the linked resource is <code>text/css</code>.
194-
Otherwise, the type is determined from its <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type metadata</a>.
194+
Otherwise, the type is determined from its <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#content-type">Content-Type metadata</a>.
195195

196196
If the linked resource's type is <code>text/css</code>,
197197
it must be interpreted as a CSS style sheet.

0 commit comments

Comments
 (0)