- From: Tomek Wytrębowicz <notifications@github.com>
- Date: Wed, 02 Nov 2016 15:57:22 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 2 November 2016 22:57:53 UTC
@oleersoy I don't think so. `is` is supposed to [customize/extend built-in elements](https://www.w3.org/TR/custom-elements/#custom-elements-core-concepts), so you could use their parsing, accessibility features, etc. even before your element is upgraded. For example: `<input is="spaceship-coordinates">`, `<template is="enhanced-template">`. -- 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-258024696
Received on Wednesday, 2 November 2016 22:57:53 UTC