Re: [w3c/webcomponents] Polymer encouraged incorrect document.createElement() usage (#544)

I think we should just use the new syntax and not introduce any new complexity into the spec. Our plan is as follows:

* Blink will start warning when the old (v0) syntax is used, along with the rest of v0 deprecation. We might even start warning sooner.
* Polymer will update the v0 polyfill to accept the new syntax, and create a warning if someone is using the old syntax. The next version of Polymer and v1 polyfill will only allow the new syntax.
* We'll update Polymer/html5rocks/webcomponents.org docs to only talk about the v1 syntax.

-- 
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/544#issuecomment-241542907

Received on Monday, 22 August 2016 20:40:40 UTC