Closed
Bug 531048
Opened 16 years ago
Closed 8 years ago
[HTML5] Deoptimize Semantic MathML
Categories
(Core :: DOM: HTML Parser, defect, P4)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
DUPLICATE
of bug 1355493
People
(Reporter: hsivonen, Unassigned)
Details
Gecko doesn't support Semantic MathML and Semantic MathML is rare anyway. Should remove the Semantic MathML elements from the list of known elements in order to reduce footprint.
| Reporter | ||
Comment 1•16 years ago
|
||
In general, an element is eligible for deoptimization if
* It's name doesn't appear in the tree builder
* It has flags TreeBuilder.OTHER, false, false, false
* Its name and camelCase name are equal.
| Reporter | ||
Updated•16 years ago
|
Priority: P3 → P4
Do you mean to get rid of supporting the "semantics" tag?
This tag is used and used frequently.
See extras.xhtml and basics.xhtml of comment 45 of bug 445029.
| Reporter | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> Do you mean to get rid of supporting the "semantics" tag?
No.
I mean removing the semantic MathML elements and attributes from the list of pre-interned tokens.
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•