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

> In particular if the first code point is from BeyondHTMLParserName the second code point was more limited.

I'm not sure exactly what you mean. Recall that it's a union of both. The second+ code point is from HTMLParserCompatibleName, which had `[^#x00#x09#x0A#0x0Cx0D#x20/>]*` for that position. Which is exactly what the current draft says, right?

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

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

Received on Tuesday, 7 June 2022 16:31:45 UTC