- From: Joseph Orbegoso Pea <notifications@github.com>
- Date: Sun, 04 Dec 2016 10:21:33 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Sunday, 4 December 2016 18:22:32 UTC
I forgot to mention that the following should be possible too: ```html <some-element extends="video" ...> ... <some-element> ``` with emphasis on the fact that the _built-in_ element goes inside the `extends` property. I argue the same if we keep `is=""`: ```html <new-element extends="foo-element" ...> ... </new-element> <some-element extends="video" ...> ... <some-element> ``` -- 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/509#issuecomment-264720628
Received on Sunday, 4 December 2016 18:22:32 UTC