File tree 3 files changed +0
-6
lines changed
dom/src/main/scala/org/scalajs/dom
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
16559
16559
MathMLElement[JC] def nodeName: String
16560
16560
MathMLElement[JC] def nodeType: Int
16561
16561
MathMLElement[JC] var nodeValue: String
16562
- MathMLElement[JC] var nonce: String
16563
16562
MathMLElement[JC] def normalize(): Unit
16564
16563
MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
16565
16564
MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
16600
16599
MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
16601
16600
MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
16602
16601
MathMLElement[JC] def requestPointerLock(): Unit
16603
- MathMLElement[JC] var scriptlevel: Int
16604
16602
MathMLElement[JC] def scrollHeight: Int
16605
16603
MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
16606
16604
MathMLElement[JC] var scrollLeft: Double
Original file line number Diff line number Diff line change @@ -16559,7 +16559,6 @@ MathMLElement[JC] def nextSibling: Node
16559
16559
MathMLElement[JC] def nodeName: String
16560
16560
MathMLElement[JC] def nodeType: Int
16561
16561
MathMLElement[JC] var nodeValue: String
16562
- MathMLElement[JC] var nonce: String
16563
16562
MathMLElement[JC] def normalize(): Unit
16564
16563
MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
16565
16564
MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
16600
16599
MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
16601
16600
MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
16602
16601
MathMLElement[JC] def requestPointerLock(): Unit
16603
- MathMLElement[JC] var scriptlevel: Int
16604
16602
MathMLElement[JC] def scrollHeight: Int
16605
16603
MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
16606
16604
MathMLElement[JC] var scrollLeft: Double
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ abstract class MathMLElement extends Element {
19
19
20
20
var autofocus : Boolean = js.native
21
21
var className : String = js.native
22
- var nonce : String = js.native
23
- var scriptlevel : Int = js.native
24
22
var style : CSSStyleDeclaration = js.native
25
23
var tabIndex : Int = js.native
26
24
You can’t perform that action at this time.
0 commit comments