File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
dom/src/main/scala/org/scalajs/dom Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16559,7 +16559,6 @@ MathMLElement[JC] def nextSibling: Node
1655916559MathMLElement[JC] def nodeName: String
1656016560MathMLElement[JC] def nodeType: Int
1656116561MathMLElement[JC] var nodeValue: String
16562- MathMLElement[JC] var nonce: String
1656316562MathMLElement[JC] def normalize(): Unit
1656416563MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
1656516564MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
1660016599MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
1660116600MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
1660216601MathMLElement[JC] def requestPointerLock(): Unit
16603- MathMLElement[JC] var scriptlevel: Int
1660416602MathMLElement[JC] def scrollHeight: Int
1660516603MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
1660616604MathMLElement[JC] var scrollLeft: Double
Original file line number Diff line number Diff line change @@ -16559,7 +16559,6 @@ MathMLElement[JC] def nextSibling: Node
1655916559MathMLElement[JC] def nodeName: String
1656016560MathMLElement[JC] def nodeType: Int
1656116561MathMLElement[JC] var nodeValue: String
16562- MathMLElement[JC] var nonce: String
1656316562MathMLElement[JC] def normalize(): Unit
1656416563MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
1656516564MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
1660016599MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
1660116600MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
1660216601MathMLElement[JC] def requestPointerLock(): Unit
16603- MathMLElement[JC] var scriptlevel: Int
1660416602MathMLElement[JC] def scrollHeight: Int
1660516603MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
1660616604MathMLElement[JC] var scrollLeft: Double
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ abstract class MathMLElement extends Element {
1919
2020 var autofocus : Boolean = js.native
2121 var className : String = js.native
22- var nonce : String = js.native
23- var scriptlevel : Int = js.native
2422 var style : CSSStyleDeclaration = js.native
2523 var tabIndex : Int = js.native
2624
You can’t perform that action at this time.
0 commit comments