mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 11:48:46 +00:00
Issue #1525 - Kill marquee element (uplift)
This commit is contained in:
@@ -690,7 +690,6 @@ public final class ElementName
|
||||
public static final ElementName LISTING = new ElementName("listing", "listing", TreeBuilder.PRE_OR_LISTING | SPECIAL);
|
||||
public static final ElementName MFENCED = new ElementName("mfenced", "mfenced", TreeBuilder.OTHER);
|
||||
public static final ElementName MPADDED = new ElementName("mpadded", "mpadded", TreeBuilder.OTHER);
|
||||
public static final ElementName MARQUEE = new ElementName("marquee", "marquee", TreeBuilder.MARQUEE_OR_APPLET | SPECIAL | SCOPING);
|
||||
public static final ElementName MACTION = new ElementName("maction", "maction", TreeBuilder.OTHER);
|
||||
public static final ElementName MSUBSUP = new ElementName("msubsup", "msubsup", TreeBuilder.OTHER);
|
||||
public static final ElementName NOEMBED = new ElementName("noembed", "noembed", TreeBuilder.NOEMBED | SPECIAL);
|
||||
@@ -1089,7 +1088,6 @@ public final class ElementName
|
||||
LISTING,
|
||||
MFENCED,
|
||||
MPADDED,
|
||||
MARQUEE,
|
||||
MACTION,
|
||||
MSUBSUP,
|
||||
NOEMBED,
|
||||
|
||||
Reference in New Issue
Block a user