File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1035,7 +1035,7 @@ Cascade Sorting Order</h3>
1035
1035
For this purpose:
1036
1036
1037
1037
<ul>
1038
- <li> Style sheets are ordered as in <a href="https://www.w3 .org/TR/ cssom-1 /#documentorshadowroot-final-css-style-sheets">final CSS style sheets</a> .
1038
+ <li> Style sheets are ordered as in <a href="https://drafts.csswg .org/cssom/#documentorshadowroot-final-css-style-sheets">final CSS style sheets</a> .
1039
1039
<li> Declarations from <a at-rule lt="@import">imported style sheets</a>
1040
1040
are ordered as if their style sheets were substituted in place of the ''@import'' rule.
1041
1041
<li> Declarations from style sheets independently linked by the originating document
Original file line number Diff line number Diff line change @@ -1298,10 +1298,9 @@ partial interface mixin DocumentOrShadowRoot {
1298
1298
The <dfn attribute for=DocumentOrShadowRoot>styleSheets</dfn> attribute must return a {{StyleSheetList}} collection representing
1299
1299
the <a>document or shadow root CSS style sheets</a> .
1300
1300
1301
- BROKEN: The [=observable array attribute/set an indexed value=] algorithm
1302
-
1303
- The <a href="https://heycam.github.io/webidl/#observable-array-attribute-set-an-indexed-value">set an indexed value</a> algorithm
1304
- for <dfn attribute for="DocumentOrShadowRoot"><code>adoptedStyleSheets</code></dfn> , given <var> value</var> and <var> index</var> , is the following:
1301
+ The [=observable array attribute/set an indexed value=] algorithm for
1302
+ <dfn attribute for="DocumentOrShadowRoot"><code>adoptedStyleSheets</code></dfn> , given <var> value</var> and <var> index</var> ,
1303
+ is the following:
1305
1304
<ol>
1306
1305
<li> If <var> value</var> 's <a>constructed flag</a> is not set, or its <a>constructor document</a> is not equal to this
1307
1306
{{DocumentOrShadowRoot}} 's <a>node document</a> , throw a "{{NotAllowedError}} " {{DOMException}} .</li>
You can’t perform that action at this time.
0 commit comments