Re: [whatwg/dom] Valid/Invalid characters in document.createElement() (#849)

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