mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
Issue #3057 - Implement new <select> HTML parser rules
This commit is contained in:
parent
2415b3eaaf
commit
952767296d
5 changed files with 131 additions and 36 deletions
|
|
@ -2162,7 +2162,7 @@ public final class ElementName
|
|||
public static final ElementName SELECT = new ElementName("select", "select",
|
||||
// CPPONLY: NS_NewHTMLSelectElement,
|
||||
// CPPONLY: NS_NewSVGUnknownElement,
|
||||
TreeBuilder.SELECT | SPECIAL);
|
||||
TreeBuilder.SELECT | SPECIAL | SCOPING);
|
||||
public static final ElementName SCALARPRODUCT = new ElementName("scalarproduct", "scalarproduct",
|
||||
// CPPONLY: NS_NewHTMLUnknownElement,
|
||||
// CPPONLY: NS_NewSVGUnknownElement,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue