Skip to content

Commit 73c38f8

Browse files
committed
remove more
1 parent ac16221 commit 73c38f8

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

api-reports/2_12.txt

-2
Original file line numberDiff line numberDiff line change
@@ -16559,7 +16559,6 @@ MathMLElement[JC] def nextSibling: Node
1655916559
MathMLElement[JC] def nodeName: String
1656016560
MathMLElement[JC] def nodeType: Int
1656116561
MathMLElement[JC] var nodeValue: String
16562-
MathMLElement[JC] var nonce: String
1656316562
MathMLElement[JC] def normalize(): Unit
1656416563
MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
1656516564
MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
1660016599
MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
1660116600
MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
1660216601
MathMLElement[JC] def requestPointerLock(): Unit
16603-
MathMLElement[JC] var scriptlevel: Int
1660416602
MathMLElement[JC] def scrollHeight: Int
1660516603
MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
1660616604
MathMLElement[JC] var scrollLeft: Double

api-reports/2_13.txt

-2
Original file line numberDiff line numberDiff line change
@@ -16559,7 +16559,6 @@ MathMLElement[JC] def nextSibling: Node
1655916559
MathMLElement[JC] def nodeName: String
1656016560
MathMLElement[JC] def nodeType: Int
1656116561
MathMLElement[JC] var nodeValue: String
16562-
MathMLElement[JC] var nonce: String
1656316562
MathMLElement[JC] def normalize(): Unit
1656416563
MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
1656516564
MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
@@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
1660016599
MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
1660116600
MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
1660216601
MathMLElement[JC] def requestPointerLock(): Unit
16603-
MathMLElement[JC] var scriptlevel: Int
1660416602
MathMLElement[JC] def scrollHeight: Int
1660516603
MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
1660616604
MathMLElement[JC] var scrollLeft: Double

dom/src/main/scala/org/scalajs/dom/MathMLElement.scala

-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)