We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22154a4 commit cc7626aCopy full SHA for cc7626a
source
@@ -14080,6 +14080,10 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
14080
IDL attribute must <span data-x="reflect">reflect</span> the <code
14081
data-x="attr-link-rel">rel</code> content attribute.</p>
14082
14083
+ <p class="note">The <code data-x="dom-link-rellist">relList</code> attribute can be used for
14084
+ feature detection, by calling its <code data-x="dom-DOMTokenList-supports">supports()</code>
14085
+ method to check which <a href="#linkTypes">types of links</a> are supported.</p>
14086
+
14087
<h5>Processing the <code data-x="attr-link-media">media</code> attribute</h5>
14088
14089
<p>If the link is a <span>hyperlink</span> then the <code data-x="attr-link-media">media</code>
0 commit comments