File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1102,9 +1102,8 @@ an ordered list that contains:
1102
1102
<ol>
1103
1103
<li> Any <a>CSS style sheets</a> created from HTTP <code> Link</code> headers, in header order</li>
1104
1104
<li> Any <a>CSS style sheets</a> associated with the {{DocumentOrShadowRoot}} , in <a>tree order</a> </li>
1105
- <li> The contents of {{DocumentOrShadowRoot}} 's <a href="#dom-documentorshadowroot-adoptedstylesheets">adoptedStyleSheets</a>'
1106
- <a href="https://heycam.github.io/webidl/#observable-array-attribute-backing-list">backing list</a> ,
1107
- in array order.</li>
1105
+ <li> The contents of {{DocumentOrShadowRoot}} 's {{DocumentOrShadowRoot/adoptedStyleSheets}}'
1106
+ [=observable array attribute/backing list=] , in array order.</li>
1108
1107
</ol>
1109
1108
1110
1109
To <dfn export>create a CSS style sheet</dfn> , run these steps:
@@ -1299,6 +1298,8 @@ partial interface mixin DocumentOrShadowRoot {
1299
1298
The <dfn attribute for=DocumentOrShadowRoot>styleSheets</dfn> attribute must return a {{StyleSheetList}} collection representing
1300
1299
the <a>document or shadow root CSS style sheets</a> .
1301
1300
1301
+ BROKEN: The [=observable array attribute/set an indexed value=] algorithm
1302
+
1302
1303
The <a href="https://heycam.github.io/webidl/#observable-array-attribute-set-an-indexed-value">set an indexed value</a> algorithm
1303
1304
for <dfn attribute for="DocumentOrShadowRoot"><code>adoptedStyleSheets</code></dfn> , given <var> value</var> and <var> index</var> , is the following:
1304
1305
<ol>
You can’t perform that action at this time.
0 commit comments