- From: Matthew Ryan <notifications@github.com>
- Date: Fri, 12 May 2017 09:50:54 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 May 2017 16:51:50 UTC
> does it cause problems for you that you can't access built-in element's shadow DOM? If not, then why is it a problem for custom elements @matthewp built-in elements' behaviours and properties are comprehensive, well-defined, and easy-to-find. There are occasional limitations (e.g. setting the cursor position in an `<input type="date" />`), but nearly everything you might want to do with them is possible. By contrast, custom elements need not have any useful/relevant behaviours and properties. Even when they do, code that isn't written for them has no reliable way of using them, since it can't "read the documentation". -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/640#issuecomment-301128756
Received on Friday, 12 May 2017 16:51:50 UTC