- From: Joey Arhar <notifications@github.com>
- Date: Mon, 19 May 2025 15:39:31 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 May 2025 22:39:35 UTC
@josepharhar commented on this pull request. > - <li><p><a>Validate</a> <var>qualifiedName</var>. + <li> + <p>If |name|'s 0th [=code point=] is an [=ASCII alpha=], then: + + <ol> + <li><p>If |name| contains [=ASCII whitespace=], U+0000 NULL, U+002F (/), or U+003E (>), then + return false. + + <li><p>Return true. So does this mean that characters past U+10FFFF are allowed? Like `a\u110000`? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1079#pullrequestreview-2852124979 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1079/review/2852124979@github.com>
Received on Monday, 19 May 2025 22:39:35 UTC