- From: Caridy Patiño <notifications@github.com>
- Date: Tue, 19 Dec 2017 00:03:41 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 December 2017 00:04:03 UTC
Seems that you're mixing quite few concepts there, including `attributes`, property keys, and even `style` objects. These seem weird at first glance. Additionally, I'm also concern about having more security issues by exposing a new way to mutate those element, and this time also relying on `Object.prototype` enumerable properties. As for the extension of `createElement` API, it breaks the invariant around creating a new element without attributes, and honestly I don't know how implements will go about it. -- 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/718#issuecomment-352597224
Received on Tuesday, 19 December 2017 00:04:03 UTC