Bug 263151
Summary: | Opportunistically match built-in elements in createElementNS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | DOM | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/19078
EWS
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
<rdar://problem/117043276>