Skip to content

Commit 42aa210

Browse files
mfreed7emilio
authored andcommitted
Update links
1 parent 9ae590b commit 42aa210

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

css-cascade-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cssom-1/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,10 +1298,9 @@ partial interface mixin DocumentOrShadowRoot {
12981298
The <dfn attribute for=DocumentOrShadowRoot>styleSheets</dfn> attribute must return a {{StyleSheetList}} collection representing
12991299
the <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>

0 commit comments

Comments
 (0)