From 328079f676e409a787a9de15a8391de83706701a Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Thu, 4 Feb 2016 14:26:19 +0900 Subject: [PATCH] Fix an editorial issue --- spec/shadow/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 5a7c954a..5a621603 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -1375,7 +1375,7 @@

The ShadowRoot interface

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. + 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.