Skip to content

Commit 6eba578

Browse files
committed
Update description for CSSStyleSheet
1 parent 2933df6 commit 6eba578

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

content/CSS/cssstylesheet.jsdoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Use the
66
to get a list of all CSSStyleSheets for a document.
77

88
Can be created by creating an
9-
%%/HTMLStyleElement|HTMLStyleElement%%, adding it to the document,
10-
and then finding the CSSStyleSheet in document.styleSheets
11-
that has ownerNode equal to HTMLStyleElement.
9+
%%/HTMLStyleElement|HTMLStyleElement%% and accesing its
10+
%%/HTMLStyleElement#sheet|sheet%% property.
1211

1312
Spec:
1413
http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleSheet

0 commit comments

Comments
 (0)