[Bug 17023] [Shadow]: Can an InsertionPoint be a shadow host?

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

--- Comment #1 from Dimitri Glazkov <dglazkov@chromium.org> 2012-05-10 18:16:57 UTC ---
This is a very good question. Since we explicitly say that the insertion points
are not rendered (not just their contents), it's not obvious what the behavior
should be when you add a shadow DOM subtree to an insertion point.

We need to fix this bug in spec.

My inclination is to spec it the way WebKit implements it now: you can
certainly add a shadow DOM subtree to an insertion point, but you will never be
able to see it, since the insertion point itself is never rendered.

WDYT?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 10 May 2012 18:17:00 UTC