[Bug 25563] [Shadow]: Define the impact of ordering on relevant HTML elements

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25563

William Chen <wchen@mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wchen@mozilla.com

--- Comment #2 from William Chen <wchen@mozilla.com> ---
In the current spec <script> would execute when they are inserted into the
shadow tree even for host nodes that are out-of-document because it's caught by
"All other HTML elements in the shadow trees must behave as if they were part
of the document tree." in the Shadow DOM spec. But as Jonas's comment in bug
25562 points out, that wording should be removed, and however we decide to spec
the behavior of <script> we should make sure that <script> is only executed
when the host is in document.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 13 May 2014 21:24:19 UTC