[Bug 24627] [Shadow]: Support disconnected nodes

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu,
                   |                            |dglazkov@chromium.org,
                   |                            |jackalmage@gmail.com,
                   |                            |mrbkap@gmail.com,
                   |                            |wchen@mozilla.com

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> ---
> we don't calculate styles for disconnected nodes

That's not necessarily true.  Web pages can ask for the computed style of such
nodes.

But again, this is irrelevant given that web components can expose APIs that
depend on the shadow DOM being set up correctly.  So whether you in fact set it
up seems quite observable to me. You can, of course, do it lazily just like you
compute styles lazily in this situation.

> I am not sure this is hight priority tasks or not

It's really surprising to me that this wasn't done already....

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

Received on Wednesday, 12 February 2014 02:37:57 UTC