Re: [w3c/webcomponents] Bulk property updates (#718)

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