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

@oleersoy 
> But is that the only reason?

Progressive fallback.  `<my-decorated-button>` will not work when it is an old browser where <button is="my-decorated-button">` will, or any other element with functionality like input's, tables, etc... etc...

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

Received on Monday, 5 December 2016 23:29:10 UTC