- From: Elliott Sprehn <notifications@github.com>
- Date: Wed, 06 Jul 2016 13:27:44 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 6 July 2016 20:28:45 UTC
is@ is critical for supporting reasonable AX for links. We tried to replicate the subtle focus and keyboard behavior of `<a>` with a custom element for quite a while before giving up and doing `<a is="...">`. Nesting a link inside an element breaks styling since my-link:visited etc. stop working. I could be convinced that we don't need to allow subclassing input, but I think links are super important. Note also that developers have been using template with is@ very successfully over the past 3 years. Fwiw we also hope to introduce a unique class per tagName, so we would add all six classes for headers etc. It makes the platform make much more sense. :) --- 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-230895952
Received on Wednesday, 6 July 2016 20:28:45 UTC