We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8398f99 commit dfcdf8eCopy full SHA for dfcdf8e
1 file changed
cssom-1/Overview.bs
@@ -1204,8 +1204,8 @@ To <dfn export>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</va
1204
### The {{LinkStyle}} Interface ### {#the-linkstyle-interface}
1205
1206
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.
+<a>document or shadow root CSS style sheets</a> of which the <a for=CSSStyleSheet>owner node</a> is said node.
+This node must also implement the {{LinkStyle}} interface.
1209
1210
<pre class=idl>
1211
interface mixin LinkStyle {
0 commit comments