- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 18 Mar 2020 12:35:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 18 March 2020 19:35:47 UTC
I think the APIs are in two sets: elements and attributes. You could do the two sets together, or separately. - Elements: `createElement`, `createElementNS` - Attributes: `createAttribute`, `createAttributeNS`, `toggleAttribute`, `setAttribute`, `setAttributeNS`. -- 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/849#issuecomment-600820471
Received on Wednesday, 18 March 2020 19:35:47 UTC