Re: [w3c/webcomponents] The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (#509)

> You can see that element is both a button and with an attribute is="buton" so, at this point, I might just go ahead and create a polyfill for Safari/WebKit only until they realize it's better native than poly filled.

Except by not using `<button is="my-button" ...` in the HTML and using `extends: '...'` instead then it is not backwards compatible with browsers (such as elinks) that don't support javascript.  The point of this standard is for backwards compatibility in areas where it really matters.

-- 
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-431512728

Received on Friday, 19 October 2018 22:03:48 UTC