- From: Victor <notifications@github.com>
- Date: Thu, 27 Jul 2017 23:21:08 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 July 2017 06:21:30 UTC
I like the Idea, I just don't like it being too polymorphic specially the part: Sub-Proposal 2: Appending nodes with the second argument onward: Element.assign(element, ...nodes); Sub-Proposal 3: Setting attributes from properties with the second argument onward: Element.assign(element, { role: 'button' }); I would rather have , than the "sub-proposal 3" colide with the other examples. Element.assign(element, {}, ...nodes); -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/477#issuecomment-318570698
Received on Friday, 28 July 2017 06:21:30 UTC