Skip to content

Commit 4b87197

Browse files
committed
Clarify the associated CSS style sheet
1 parent 7b7bd57 commit 4b87197

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cssom-1/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

12021205
The <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>
12071210
interface mixin LinkStyle {

0 commit comments

Comments
 (0)