Closed snuggs closed 4 years ago
any issues to address with this or is it just a "to do"?
Thanks @brandondees forgot the labels
Sheds light on solution. From the spec maintainers. And their frustration with polyfill authors https://github.com/whatwg/html/issues/1704 Particularly https://github.com/whatwg/html/issues/1704#issuecomment-241881091
@brandondees @@0xhjohnson we can actually close this out when we complete #187. As of 2018 we are completely independent of the web components polyfill (thank goodness).
@brandondees this and #123 basically take care of our needs with the custom elements spec. We primarily use HTML Imports and Custom Elements. To be clear this is due to the fact there are some issues with transpiling and inheriting from HTMLElement. Please read comments. https://github.com/doug/custom-elements/blob/90e5c720ca8ea9338baf30bb74b6a5d3f5cf61bb/src/native-shim.js
References