We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42aa210 commit cd4104dCopy full SHA for cd4104d
cssom-1/Overview.bs
@@ -1100,8 +1100,7 @@ Each {{DocumentOrShadowRoot}} has an associated list of zero or more <a>CSS styl
1100
<dfn export for=DocumentOrShadowRoot>final CSS style sheets</dfn>. This is
1101
an ordered list that contains:
1102
<ol>
1103
- <li>Any <a>CSS style sheets</a> created from HTTP <code>Link</code> headers, in header order</li>
1104
- <li>Any <a>CSS style sheets</a> associated with the {{DocumentOrShadowRoot}}, in <a>tree order</a></li>
+ <li>The <a>document or shadow root CSS style sheets</a>.</li>
1105
<li>The contents of {{DocumentOrShadowRoot}}'s {{DocumentOrShadowRoot/adoptedStyleSheets}}'
1106
[=observable array attribute/backing list=], in array order.</li>
1107
</ol>
0 commit comments