Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -29617,8 +29617,9 @@ document.body.appendChild(wbr);</code></pre>

<p><strong>Quirk</strong>: If the document has been set to <span>quirks mode</span>, has the
<span>same origin</span> as the <span>URL</span> of the external resource<!-- CVE-2010-0654 -->,
and the <span data-x="Content-Type">Content-Type metadata</span> of the external resource is not a
supported style sheet type, the user agent must instead assume it to be <code>text/css</code>.</p>
the external resource is <span>CORS-same-origin</span>, and the <span
data-x="Content-Type">Content-Type metadata</span> of the external resource is not a supported
style sheet type, the user agent must instead assume it to be <code>text/css</code>.</p>

<div algorithm>
<p>The <span>linked resource fetch setup steps</span> for this type of linked resource, given a
Expand Down
Loading