diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 34330dd4..153dd682 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -1325,8 +1325,9 @@

The ShadowRoot interface

readonly attribute StyleSheetList styleSheets
-

Represents the shadow root style sheets.

-

On getting, the attribute must return a StyleSheetList sequence containing the shadow root style sheets. +

Represents the style sheets in the shadow tree.

+

+ This is defined in the similar way as defined in Document's styleSheets. On getting, the attribute must return a StyleSheetList sequence containing the style sheets in the shadow tree.