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

My 2cents: [document-register-element](https://github.com/WebReflection/document-register-element) now supports 3 `document.createElement` overloads: `(string)`, `(string, stringIs)`, `(string, object{is:string})`

After all I don't see why the `is` case should fail in polyfilled browsers, sent either as string, like it was already in v0 specs, or object with an `is` property.

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

Received on Thursday, 11 August 2016 15:19:50 UTC