[Webkit-unassigned] [Bug 244020] New: extend WebCore::findHTMLTag to find SVG and MathML tags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 16 23:56:08 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244020
Bug ID: 244020
Summary: extend WebCore::findHTMLTag to find SVG and MathML
tags
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: heycam at apple.com
We currently generate the WebCore::findHTMLTag function and use this in the AtomHTMLToken constructor. We can extend this to look for any known tag name (HTML, SVG, or MathML) by reworking make-names.pl a bit.
This isn't helpful for Speedometer performance, since parsing non-HTML tags is rare, but local testing shows it to be a neutral change. Handling all known tag names will set the stage for a later patch that does improve Speedometer performance.
--
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/20220817/8e4f36aa/attachment-0001.htm>
More information about the webkit-unassigned
mailing list