Fix ISINDEX

Since we want to keep this element, it has to be adapted to the parser changes in 483155

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-19 19:18:31 -05:00 committed by Roy Tam
commit 131dc362f8

View file

@ -2391,7 +2391,7 @@ public abstract class TreeBuilder<T> implements TokenHandler,
// CPPONLY: }
// CPPONLY: attributes.clearWithoutReleasingContents();
// CPPONLY: appendVoidElementToCurrentMayFoster(
// CPPONLY: "input",
// CPPONLY: ElementName.INPUT,
// CPPONLY: inputAttributes, formPointer);
// CPPONLY: pop(); // label
// CPPONLY: appendVoidElementToCurrentMayFoster(