[Bug 26365] [Shadow]: Need an equivalent definition of 'in a Document' for shadow trees

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

--- Comment #39 from Boris Zbarsky <bzbarsky@mit.edu> ---
This comes down to questions like whether a non-distributed <iframe> should
load its document, whether a non-distributed <style> should affect the styles
of nodes, whether a non-distributed <link rel="stylesheet"> should load a
stylesheet, whether a non-distibuted <embed> that was at one point distributed
should continue running the plugin it loaded, whether a media element that
stops being distributed should pause, whether non-distributed form controls
should associate to forms, what should happen with showModal on a
non-distributed <dialog>, whether a <script> inserted under a non-distributed
node should run, etc.

Note that it might turn out that the answers are different in those various
different situation, in that some of them want non-distributed elements to act
as if they were in a document and others don't...

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

Received on Wednesday, 12 November 2014 10:05:12 UTC