RESOLVED FIXED 263151
Opportunistically match built-in elements in createElementNS
https://bugs.webkit.org/show_bug.cgi?id=263151
Summary Opportunistically match built-in elements in createElementNS
Ryosuke Niwa
Reported 2023-10-13 18:09:53 PDT
Instead of validating the element name first and then looking up the element factory, look up the element factory first and then only fallback to parsing the qualified name if that failed.
Attachments
Ryosuke Niwa
Comment 1 2023-10-13 18:15:41 PDT
EWS
Comment 2 2023-10-16 16:23:42 PDT
Committed 269388@main (0a209521829e): <https://commits.webkit.org/269388@main> Reviewed commits have been landed. Closing PR #19078 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-10-16 16:24:19 PDT
Note You need to log in before you can comment on or make changes to this bug.