- From: Hayato Ito <notifications@github.com>
- Date: Wed, 15 Jul 2015 22:58:49 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 16 July 2015 05:59:16 UTC
FYI. In blink, `<input>` uses an user-agent shadow tree and it supports createShadowRoot(), however, we found that it would be hard to deliver the meaningful result when a user adds an insertion point, `<content>` (or `<shadow>`), in the created author shadow root. As a result, we gave up distributing the contents of a user agent shadow tree into the insertion point. That means createShadowRoot() *works* for `<input>`, but it wouldn't meet the user-expectation, as of now, unfortunately. :( AFAIR, `<img>` would be more painful to have a well-defined behavior. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/110#issuecomment-121842229
Received on Thursday, 16 July 2015 05:59:16 UTC