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
<p>The evaluation and full syntax of the <adata-link-type="dfn" href="#import-conditions">import conditions</a> are defined by the <ahref="http://www.w3.org/TR/css3-mediaqueries/">Media Queries</a><adata-link-type="biblio" href="#biblio-mediaq">[MEDIAQ]</a> and <ahref="http://www.w3.org/TR/css-conditional/">CSS Conditional Rules</a><adata-link-type="biblio" href="#biblio-css3-conditional">[CSS3-CONDITIONAL]</a> specifications.</p>
323
+
<p>The evaluation and full syntax of the <adata-link-type="dfn" href="#import-conditions">import conditions</a> are defined by the <ahref="http://www.w3.org/TR/css3-mediaqueries/">Media Queries</a><adata-link-type="biblio" href="#biblio-mediaq">[MEDIAQ]</a> and <ahref="http://www.w3.org/TR/css3-conditional/">CSS Conditional Rules</a><adata-link-type="biblio" href="#biblio-css3-conditional">[CSS3-CONDITIONAL]</a> specifications.</p>
<p>The <adata-link-type="dfn" href="http://www.w3.org/TR/css-syntax-3/#environment-encoding">environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. <adata-link-type="biblio" href="#biblio-css3syn">[CSS3SYN]</a></p>
<p>The processing of imported style sheets depends on the actual type of the linked resource.
337
-
If the resource does not have <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type metadata</a>,
338
-
or the host document is in <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#quirks-mode">quirks mode</a> and has the <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#same-origin">same origin</a> as the imported style sheet,
337
+
If the resource does not have <ahref="https://html.spec.whatwg.org/multipage/infrastructure.html#content-type">Content-Type metadata</a>,
338
+
or the host document is in <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#quirks-mode">quirks mode</a> and has the <ahref="https://html.spec.whatwg.org/multipage/browsers.html#same-origin">same origin</a> as the imported style sheet,
339
339
the type of the linked resource is <code>text/css</code>.
340
-
Otherwise, the type is determined from its <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type metadata</a>.</p>
340
+
Otherwise, the type is determined from its <ahref="https://html.spec.whatwg.org/multipage/infrastructure.html#content-type">Content-Type metadata</a>.</p>
341
341
<p>If the linked resource’s type is <code>text/css</code>,
342
342
it must be interpreted as a CSS style sheet.
343
343
Otherwise, it must be interpreted as a network error.</p>
<dd>Elika Etemad; Koji Ishii. <ahref="http://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>. 10 October 2013. LCWD. URL: <ahref="http://www.w3.org/TR/css-text-3/">http://www.w3.org/TR/css-text-3/</a>
0 commit comments