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

Thanks for the response @domenic, I can see how this is just a part of making all the DOM APIs accept more characters. I saw another crbug about a similar issue [here](https://bugs.chromium.org/p/chromium/issues/detail?id=1000656), and found a corresponding spec bug [here](https://github.com/whatwg/dom/issues/769).
It sounds like if we do this, we should do it for all DOM APIs, as it looks like you suggested in #449. This seems like it would be a big change, right? What can we do to make this happen? Do people have strong opinions against it?

Thanks for the elaboration @fasttime, I agree that it would make sense for customElements.define() to match document.createElement()

-- 
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-600307863

Received on Tuesday, 17 March 2020 21:22:50 UTC