Re: [whatwg/dom] Allow more characters in element/attribute names and prefixes (PR #1079)

I think that is done. The other way I could write this is by looping over the characters individually, which is what a performant implementation would do (instead of using lots of O(n) "contains" operations). But I think this is relatively clear.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1079#issuecomment-1148963228
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1079/c1148963228@github.com>

Received on Tuesday, 7 June 2022 17:27:25 UTC