File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -789,6 +789,9 @@ represents a style sheet as defined by the CSS specification. In the CSSOM a
789789 Note: Changing the <a>media</a> 's {{MediaList/mediaText}} attribute does not
790790 change the corresponding attribute on the <a for=CSSStyleSheet>owner node</a> .
791791
792+ Note: The <a for=CSSStyleSheet>owner node</a> of a <a>CSS style sheet</a> , if non-null, is the node whose <a>associated
793+ CSS style sheet</a> is the <a>CSS style sheet</a> in question.
794+
792795
793796 <dt> <dfn id=concept-css-style-sheet-title>title</dfn>
794797 <dd>
@@ -1200,8 +1203,8 @@ To <dfn export>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</va
12001203### The {{LinkStyle}} Interface ### {#the-linkstyle-interface}
12011204
12021205The <dfn export>associated CSS style sheet</dfn> of a node is the <a>CSS style sheet</a> in the list of
1203- <a>document or shadow root CSS style sheets</a> of which the <a for=CSSStyleSheet>owner node</a> implements the {{LinkStyle}}
1204- interface.
1206+ <a>document CSS style sheets</a> of which the <a for=CSSStyleSheet>owner node</a> is said node. This node
1207+ must also implement the {{LinkStyle}} interface.
12051208
12061209<pre class=idl>
12071210interface mixin LinkStyle {
You can’t perform that action at this time.
0 commit comments