From 08793befae7ab36ba7ee8cfd7c7455fbbd693b66 Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Fri, 8 Apr 2016 13:25:57 +0900 Subject: [PATCH] Fix #477, Fix #391, Fix #184. Clarify the current consensus --- spec/shadow/index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 73ee5071..106b9ae0 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -1431,6 +1431,36 @@

Attributes

+
+

Other Clarifications

+ +

+ This section is used to state what needs to be clarified. + Each clarification will be upstreamed to the HTML Standard or other specifications, eventually, if required. +

+ +

+ Document.currentScript must return null if the script element is in a shadow tree. + See Issue #477. +

+ +

+ Style elements inside a shadow tree must not be able to set the preferred style sheet set for the document tree. + Style elements inside a shadow tree should still be applied if it has a title attribute not matching the preferred style sheet set + of the document tree. + See Issue #391. +

+ +

+ An iframe in a shadow tree must not have any effect on window.history neither window.frames. + See Issue #184. +

+ +

+ :root pseudo class does not match any element if the rule is used in a shadow tree. +

+
+