@@ -16501,13 +16501,16 @@ MathMLElement[JC] def addEventListener[T <: Event](`type`: String, listener: js.
1650116501MathMLElement[JC] def after(nodes: Node | String*): Unit
1650216502MathMLElement[JC] def append(nodes: Node | String*): Unit
1650316503MathMLElement[JC] def appendChild(newChild: Node): Node
16504+ MathMLElement[JC] var arg: String
1650416505MathMLElement[JC] def attachShadow(init: ShadowRootInit): ShadowRoot
1650516506MathMLElement[JC] def attributes: NamedNodeMap
16507+ MathMLElement[JC] var autofocus: Boolean
1650616508MathMLElement[JC] def baseURI: String
1650716509MathMLElement[JC] def before(nodes: Node | String*): Unit
1650816510MathMLElement[JC] def childElementCount: Int
1650916511MathMLElement[JC] def childNodes: NodeList[Node]
1651016512MathMLElement[JC] def children: HTMLCollection[Element]
16513+ MathMLElement[JC] var `class`: String
1651116514MathMLElement[JC] var classList: DOMTokenList
1651216515MathMLElement[JC] def clientHeight: Int
1651316516MathMLElement[JC] def clientLeft: Int
@@ -16517,7 +16520,9 @@ MathMLElement[JC] def cloneNode(deep: Boolean?): Node
1651716520MathMLElement[JC] def closest(selector: String): Element
1651816521MathMLElement[JC] def compareDocumentPosition(other: Node): Int
1651916522MathMLElement[JC] def contains(otherNode: Node): Boolean
16523+ MathMLElement[JC] var dir: String
1652016524MathMLElement[JC] def dispatchEvent(evt: Event): Boolean
16525+ MathMLElement[JC] var displaystyle: Boolean
1652116526MathMLElement[JC] def firstChild: Node
1652216527MathMLElement[JC] def firstElementChild: Element
1652316528MathMLElement[JC] def getAttribute(name: String): String
@@ -16540,6 +16545,7 @@ MathMLElement[JC] var innerText: String
1654016545MathMLElement[JC] def insertAdjacentElement(position: String, element: Element): Element
1654116546MathMLElement[JC] def insertAdjacentHTML(where: String, html: String): Unit
1654216547MathMLElement[JC] def insertBefore(newChild: Node, refChild: Node): Node
16548+ MathMLElement[JC] var intent: String
1654316549MathMLElement[JC] def isConnected: Boolean
1654416550MathMLElement[JC] def isDefaultNamespace(namespaceURI: String): Boolean
1654516551MathMLElement[JC] def isEqualNode(arg: Node): Boolean
@@ -16551,12 +16557,16 @@ MathMLElement[JC] def localName: String
1655116557MathMLElement[JC] def lookupNamespaceURI(prefix: String): String
1655216558MathMLElement[JC] def lookupPrefix(namespaceURI: String): String
1655316559MathMLElement[JC] def matches(selector: String): Boolean
16560+ MathMLElement[JC] var mathbackground: String
16561+ MathMLElement[JC] var mathcolor: String
16562+ MathMLElement[JC] var mathsize: String
1655416563MathMLElement[JC] def namespaceURI: String
1655516564MathMLElement[JC] def nextElementSibling: Element
1655616565MathMLElement[JC] def nextSibling: Node
1655716566MathMLElement[JC] def nodeName: String
1655816567MathMLElement[JC] def nodeType: Int
1655916568MathMLElement[JC] var nodeValue: String
16569+ MathMLElement[JC] var nonce: String
1656016570MathMLElement[JC] def normalize(): Unit
1656116571MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
1656216572MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16597,6 +16607,7 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
1659716607MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
1659816608MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
1659916609MathMLElement[JC] def requestPointerLock(): Unit
16610+ MathMLElement[JC] var scriptlevel: Int
1660016611MathMLElement[JC] def scrollHeight: Int
1660116612MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
1660216613MathMLElement[JC] var scrollLeft: Double
@@ -16608,6 +16619,8 @@ MathMLElement[JC] def setAttributeNode(newAttr: Attr): Attr
1660816619MathMLElement[JC] def setAttributeNodeNS(newAttr: Attr): Attr
1660916620MathMLElement[JC] def setPointerCapture(pointerId: Double): Unit
1661016621MathMLElement[JC] def shadowRoot: ShadowRoot
16622+ MathMLElement[JC] var style: String
16623+ MathMLElement[JC] var tabindex: Int
1661116624MathMLElement[JC] def tagName: String
1661216625MathMLElement[JC] var textContent: String
1661316626MathMLElement[JC] var xmlbase: String
0 commit comments