Bug 263151 - Opportunistically match built-in elements in createElementNS
Summary: Opportunistically match built-in elements in createElementNS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-13 18:09 PDT by Ryosuke Niwa
Modified: 2023-10-16 16:24 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.
Comment 1 Ryosuke Niwa 2023-10-13 18:15:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19078
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2023-10-16 16:24:19 PDT
<rdar://problem/117043276>