- From: Joey Arhar <notifications@github.com>
- Date: Tue, 20 May 2025 09:45:20 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 May 2025 16:45:24 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. Awesome, thanks! I was dealing with a C++ test that was manually setting the memory to funny things, sounds like this spec is good as-is. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1079#discussion_r2098442356 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1079/review/2854928696@github.com>
Received on Tuesday, 20 May 2025 16:45:24 UTC