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

I only think that if I have `fancy-button` customized builtā€in element that extends `button`, I should be able to instantiate it via `document.createElement("fancy-button")`, rather than `document.createElement("button", {is: "fancy-button"})`.

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

Received on Saturday, 19 November 2016 20:43:54 UTC