File tree 1 file changed +3
-14
lines changed
dom/src/main/scala/org/scalajs/dom
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,11 @@ abstract class MathMLElement extends Element {
17
17
var onfocusin : js.Function1 [FocusEvent , _] = js.native
18
18
var onfocusout : js.Function1 [FocusEvent , _] = js.native
19
19
20
- /** Corresponds to attribute xml:base on the given element. */
21
- var xmlbase : String = js.native
22
-
23
20
var autofocus : Boolean = js.native
24
- var `class` : String = js.native
25
- var dir : String = js.native
26
- var displaystyle : Boolean = js.native
27
- var mathbackground : String = js.native
28
- var mathcolor : String = js.native
29
- var mathsize : String = js.native
21
+ var className : String = js.native
30
22
var nonce : String = js.native
31
23
var scriptlevel : Int = js.native
32
- var style : String = js.native
33
- var tabindex : Int = js.native
34
-
35
- var intent : String = js.native
36
- var arg : String = js.native
24
+ var style : CSSStyleDeclaration = js.native
25
+ var tabIndex : Int = js.native
37
26
38
27
}
You can’t perform that action at this time.
0 commit comments