- From: Paul Mason <notifications@github.com>
- Date: Mon, 13 Nov 2017 13:24:47 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 November 2017 13:25:16 UTC
Another option could be extending native elements (templates, in this case). Ironically, Apple vetoed the "is" attribute for extension; I understand the reasoning (somewhat) but this makes more sense to me in this particular context: ```html <template is="if"> <template is="repeat"> ``` Where each of the templates are template derivatives (could be "native" or custom elements). -- 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/695#issuecomment-343917674
Received on Monday, 13 November 2017 13:25:16 UTC