Skip to content

Commit 9ae590b

Browse files
mfreed7emilio
authored andcommitted
Improve links, one still broken
1 parent 3664d57 commit 9ae590b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cssom-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,9 +1102,8 @@ an ordered list that contains:
11021102
<ol>
11031103
<li>Any <a>CSS style sheets</a> created from HTTP <code>Link</code> headers, in header order</li>
11041104
<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>
11081107
</ol>
11091108

11101109
To <dfn export>create a CSS style sheet</dfn>, run these steps:
@@ -1299,6 +1298,8 @@ partial interface mixin DocumentOrShadowRoot {
12991298
The <dfn attribute for=DocumentOrShadowRoot>styleSheets</dfn> attribute must return a {{StyleSheetList}} collection representing
13001299
the <a>document or shadow root CSS style sheets</a>.
13011300

1301+
BROKEN: The [=observable array attribute/set an indexed value=] algorithm
1302+
13021303
The <a href="https://heycam.github.io/webidl/#observable-array-attribute-set-an-indexed-value">set an indexed value</a> algorithm
13031304
for <dfn attribute for="DocumentOrShadowRoot"><code>adoptedStyleSheets</code></dfn>, given <var>value</var> and <var>index</var>, is the following:
13041305
<ol>

0 commit comments

Comments
 (0)