@@ -16501,7 +16501,6 @@ 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
1650516504MathMLElement[JC] def attachShadow(init: ShadowRootInit): ShadowRoot
1650616505MathMLElement[JC] def attributes: NamedNodeMap
1650716506MathMLElement[JC] var autofocus: Boolean
@@ -16510,8 +16509,8 @@ MathMLElement[JC] def before(nodes: Node | String*): Unit
1651016509MathMLElement[JC] def childElementCount: Int
1651116510MathMLElement[JC] def childNodes: NodeList[Node]
1651216511MathMLElement[JC] def children: HTMLCollection[Element]
16513- MathMLElement[JC] var `class`: String
1651416512MathMLElement[JC] var classList: DOMTokenList
16513+ MathMLElement[JC] var className: String
1651516514MathMLElement[JC] def clientHeight: Int
1651616515MathMLElement[JC] def clientLeft: Int
1651716516MathMLElement[JC] def clientTop: Int
@@ -16520,9 +16519,7 @@ MathMLElement[JC] def cloneNode(deep: Boolean?): Node
1652016519MathMLElement[JC] def closest(selector: String): Element
1652116520MathMLElement[JC] def compareDocumentPosition(other: Node): Int
1652216521MathMLElement[JC] def contains(otherNode: Node): Boolean
16523- MathMLElement[JC] var dir: String
1652416522MathMLElement[JC] def dispatchEvent(evt: Event): Boolean
16525- MathMLElement[JC] var displaystyle: Boolean
1652616523MathMLElement[JC] def firstChild: Node
1652716524MathMLElement[JC] def firstElementChild: Element
1652816525MathMLElement[JC] def getAttribute(name: String): String
@@ -16545,7 +16542,6 @@ MathMLElement[JC] var innerText: String
1654516542MathMLElement[JC] def insertAdjacentElement(position: String, element: Element): Element
1654616543MathMLElement[JC] def insertAdjacentHTML(where: String, html: String): Unit
1654716544MathMLElement[JC] def insertBefore(newChild: Node, refChild: Node): Node
16548- MathMLElement[JC] var intent: String
1654916545MathMLElement[JC] def isConnected: Boolean
1655016546MathMLElement[JC] def isDefaultNamespace(namespaceURI: String): Boolean
1655116547MathMLElement[JC] def isEqualNode(arg: Node): Boolean
@@ -16557,16 +16553,12 @@ MathMLElement[JC] def localName: String
1655716553MathMLElement[JC] def lookupNamespaceURI(prefix: String): String
1655816554MathMLElement[JC] def lookupPrefix(namespaceURI: String): String
1655916555MathMLElement[JC] def matches(selector: String): Boolean
16560- MathMLElement[JC] var mathbackground: String
16561- MathMLElement[JC] var mathcolor: String
16562- MathMLElement[JC] var mathsize: String
1656316556MathMLElement[JC] def namespaceURI: String
1656416557MathMLElement[JC] def nextElementSibling: Element
1656516558MathMLElement[JC] def nextSibling: Node
1656616559MathMLElement[JC] def nodeName: String
1656716560MathMLElement[JC] def nodeType: Int
1656816561MathMLElement[JC] var nodeValue: String
16569- MathMLElement[JC] var nonce: String
1657016562MathMLElement[JC] def normalize(): Unit
1657116563MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
1657216564MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16607,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
1660716599MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
1660816600MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
1660916601MathMLElement[JC] def requestPointerLock(): Unit
16610- MathMLElement[JC] var scriptlevel: Int
1661116602MathMLElement[JC] def scrollHeight: Int
1661216603MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
1661316604MathMLElement[JC] var scrollLeft: Double
@@ -16619,11 +16610,10 @@ MathMLElement[JC] def setAttributeNode(newAttr: Attr): Attr
1661916610MathMLElement[JC] def setAttributeNodeNS(newAttr: Attr): Attr
1662016611MathMLElement[JC] def setPointerCapture(pointerId: Double): Unit
1662116612MathMLElement[JC] def shadowRoot: ShadowRoot
16622- MathMLElement[JC] var style: String
16623- MathMLElement[JC] var tabindex : Int
16613+ MathMLElement[JC] var style: CSSStyleDeclaration
16614+ MathMLElement[JC] var tabIndex : Int
1662416615MathMLElement[JC] def tagName: String
1662516616MathMLElement[JC] var textContent: String
16626- MathMLElement[JC] var xmlbase: String
1662716617MediaDeviceInfo[JT] val deviceId: String
1662816618MediaDeviceInfo[JT] val groupId: String
1662916619MediaDeviceInfo[JT] val kind: MediaDeviceKind
0 commit comments