Skip to content

Commit dfcdf8e

Browse files
committed
Fix artifact from rebasing
1 parent 8398f99 commit dfcdf8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,8 +1204,8 @@ To <dfn export>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</va
12041204
### The {{LinkStyle}} Interface ### {#the-linkstyle-interface}
12051205

12061206
The <dfn export>associated CSS style sheet</dfn> of a node is the <a>CSS style sheet</a> in the list of
1207-
<a>document CSS style sheets</a> of which the <a for=CSSStyleSheet>owner node</a> is said node. This node
1208-
must also implement the {{LinkStyle}} interface.
1207+
<a>document or shadow root CSS style sheets</a> of which the <a for=CSSStyleSheet>owner node</a> is said node.
1208+
This node must also implement the {{LinkStyle}} interface.
12091209

12101210
<pre class=idl>
12111211
interface mixin LinkStyle {

0 commit comments

Comments
 (0)