Re: [whatwg/dom] Validating a qualified name does not match browsers in a corner case (#319)

Chrome's implementation validates input string in a single scan, and it seems an error of the first character validation for LocalPart is handled as InvalidCharacterError incorrectly.  It's easy to fix.

I'm fine with either of simplifying the specification or keeping the current one.


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

Received on Thursday, 23 March 2017 05:33:28 UTC