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

@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.

I guess this might not be testable since `String.fromCodePoint(0x11000)` throws an exception, so maybe it doesn't matter?

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

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

Received on Monday, 19 May 2025 23:31:46 UTC