1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-19 23:08:46 +00:00

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
parent a252378855
commit 131dc362f8
@@ -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(