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

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

--- Comment #6 from Hayato Ito <hayato@chromium.org> 2012-05-11 04:40:11 UTC ---
In the current WebKit implementation:
  1. A shadow root attached to InsertionPoint is simply ignored and not used at
all. InsertionPoints still works as InsertionPoint.
  2. We don't throw any exception when attaching a shadowRoot to
insertionPoints.

For 1). it sounds reasonable for me.
For 2). It might be worth discussing whether we should throw exception or not.

(In reply to comment #5)
> It doesn’t matter if what WebKit does is deliberate or not… I believe it is
> just being an example of what the semantics should be.
> 
> I don’t like the suggested behavior in Comment 1 (if I understand it.) It seems
> inconsistent.

-- 
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 Friday, 11 May 2012 04:40:15 UTC