- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 04 Sep 2015 07:35:22 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 4 September 2015 14:36:08 UTC
Here are my points on #312: It seems that the behavior of attaching shadow roots on [replaced elements](https://html.spec.whatwg.org/#replaced-elements) such as img, embed, object, etc... are not well defined. We should probably disallow it in v1. `summary` element also seems to create a user-agent shadow root in [Blink](https://chromium.googlesource.com/chromium/blink/+/master/Source/core/html/HTMLSummaryElement.cpp) and [WebKit] (http://trac.webkit.org/browser/trunk/Source/WebCore/html/HTMLSummaryElement.cpp#L58) as well. In addition, we may want to consider disallowing them on SVG tref and use elements. In fact, we may want to consider allowing `attachShadow` only on `HTMLElement` and its subclasses. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/110#issuecomment-137751956
Received on Friday, 4 September 2015 14:36:08 UTC