Skip to content

Commit cd4104d

Browse files
mfreed7emilio
authored andcommitted
Simplify list
1 parent 42aa210 commit cd4104d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cssom-1/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,7 @@ Each {{DocumentOrShadowRoot}} has an associated list of zero or more <a>CSS styl
11001100
<dfn export for=DocumentOrShadowRoot>final CSS style sheets</dfn>. This is
11011101
an ordered list that contains:
11021102
<ol>
1103-
<li>Any <a>CSS style sheets</a> created from HTTP <code>Link</code> headers, in header order</li>
1104-
<li>Any <a>CSS style sheets</a> associated with the {{DocumentOrShadowRoot}}, in <a>tree order</a></li>
1103+
<li>The <a>document or shadow root CSS style sheets</a>.</li>
11051104
<li>The contents of {{DocumentOrShadowRoot}}'s {{DocumentOrShadowRoot/adoptedStyleSheets}}'
11061105
[=observable array attribute/backing list=], in array order.</li>
11071106
</ol>

0 commit comments

Comments
 (0)