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>
10351035 For this purpose:
10361036
10371037 <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> .
10391039 <li> Declarations from <a at-rule lt="@import">imported style sheets</a>
10401040 are ordered as if their style sheets were substituted in place of the ''@import'' rule.
10411041 <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 {
12981298The <dfn attribute for=DocumentOrShadowRoot>styleSheets</dfn> attribute must return a {{StyleSheetList}} collection representing
12991299the <a>document or shadow root CSS style sheets</a> .
13001300
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:
13051304<ol>
13061305 <li> If <var> value</var> 's <a>constructed flag</a> is not set, or its <a>constructor document</a> is not equal to this
13071306 {{DocumentOrShadowRoot}} 's <a>node document</a> , throw a "{{NotAllowedError}} " {{DOMException}} .</li>
You can’t perform that action at this time.
0 commit comments