[Webkit-unassigned] [Bug 126200] Handle (numeric) indexed access of DOMStringMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 21 16:35:27 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=126200

--- Comment #11 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Ryosuke Niwa from comment #9)
> (In reply to Alexey Proskuryakov from comment #7)
> > I see the exception in Chrome 104.0.5112.101 (FAIL because their error
> > message has changed since):
> > 
> > FAIL testSet('foo豈', 'dummy') should throw InvalidCharacterError: The string
> > contains invalid characters.. Threw exception InvalidCharacterError: Failed
> > to set a named property on 'DOMStringMap': 'data-foo豈' is not a valid
> > attribute name..
> 
> Huh, I guess I got confused while testing. Will address that in a separate
> bug.

Hm... actually, I don't get why other browsers are throwing in this case. U+F900 is clearly allowed in NameStartChar:
https://www.w3.org/TR/xml/#NT-Name

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220821/74be9b85/attachment.htm>


More information about the webkit-unassigned mailing list