- From: Andrea Giammarchi <notifications@github.com>
- Date: Thu, 11 Aug 2016 08:19:18 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 11 August 2016 15:19:50 UTC
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