You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-cascade-3/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -119,11 +119,11 @@ Importing Style Sheets: the ''@import'' rule</h2>
119
119
Content-Type of CSS Style Sheets</h3>
120
120
121
121
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,
125
125
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>.
127
127
128
128
If the linked resource's type is <code>text/css</code>,
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,
193
193
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>.
195
195
196
196
If the linked resource's type is <code>text/css</code>,
0 commit comments