- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 31 May 2016 17:30:20 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 1 June 2016 00:30:48 UTC
The problem here is that UA internally checks local name e.g. `element.localName == aTag` to do various things, and all of that code needs to be updated to account for the fact there could be an intense of `HTMLAnchorElement` whose local name is not `a`. Now I'm going to re-iterate that Apple objects to extending subclasses of `HTMLElement` using `is=` as currently spec'ed for various reasons we've stated in the past so this feature won't be supported in WebKit anyway. --- 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-222860736
Received on Wednesday, 1 June 2016 00:30:48 UTC