Bug 937259 - Remove <command> element from the parser. r=hsivonen

This commit is contained in:
William Chen
2013-11-13 15:17:13 -08:00
parent 3d9072c78d
commit b0e6b247fb
8 changed files with 149 additions and 166 deletions

View File

@@ -175,8 +175,6 @@ public abstract class TreeBuilder<T> implements TokenHandler,
final static int RT_OR_RP = 53;
final static int COMMAND = 54;
final static int PARAM_OR_SOURCE_OR_TRACK = 55;
final static int MGLYPH_OR_MALIGNMARK = 56;
@@ -2025,7 +2023,6 @@ public abstract class TreeBuilder<T> implements TokenHandler,
case STYLE:
case SCRIPT:
case TITLE:
case COMMAND:
case TEMPLATE:
// Fall through to IN_HEAD
break inbodyloop;
@@ -2481,7 +2478,6 @@ public abstract class TreeBuilder<T> implements TokenHandler,
}
break starttagloop;
case BASE:
case COMMAND:
case LINK_OR_BASEFONT_OR_BGSOUND:
appendVoidElementToCurrentMayFoster(
elementName,