Skip to content

Commit b6964e3

Browse files
committed
Remove reference to integrating stylesheet Links
Closes #4224. That issue was about the general lack of specification for the Link header, which has been resolved. #8741 tracks potentially adding Link header support for rel=stylesheet, but there's no need to retain notices in the spec about the possibility of this nonstandard feature. (The note was also quite incomplete, as it didn't talk about things like the cascade, document.styleSheets, etc.)
1 parent 63e2f17 commit b6964e3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

source

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14980,13 +14980,6 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
1498014980
processing options</span>. This algorithm defines whether and how they react to appearing in an
1498114981
HTTP `<code data-x="http-link">Link</code>` response header.</p>
1498214982

14983-
<p class="XXX">The processing of `<code data-x="http-link">Link</code>` headers is not defined for
14984-
all link relation types. In particular some implementations might process types that have a no-op
14985-
<span>process link headers</span> algorithm, and in doing so influence a <code>Document</code>'s
14986-
<span>script-blocking style sheet counter</span>. See
14987-
<a href="https://github.com/whatwg/html/issues/4224">issue #4224</a> for discussion on
14988-
integrating this into the spec.</p>
14989-
1499014983
<p>A <dfn>link processing options</dfn> is a <span>struct</span>. It has the following
1499114984
<span data-x="struct item">items</span>:</p>
1499214985

@@ -17038,8 +17031,8 @@ console.log(style.disabled); // false</code></pre>
1703817031
</ul>
1703917032

1704017033
<p class="XXX">It is expected that counterparts to the above rules also apply to
17041-
<code>&lt;?xml-stylesheet?></code> PIs and HTTP `<code data-x="http-link">Link</code>` headers.
17042-
However, this has not yet been thoroughly investigated.</p>
17034+
<code>&lt;?xml-stylesheet?></code> PIs. However, this has not yet been thoroughly
17035+
investigated.</p>
1704317036

1704417037
<p>A <code>Document</code> has a <dfn>script-blocking style sheet counter</dfn>, which is a
1704517038
number, initially 0.</p>

0 commit comments

Comments
 (0)