We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d5ed0 commit 3262687Copy full SHA for 3262687
dom/src/main/scala/org/scalajs/dom/MathMLElement.scala
@@ -21,7 +21,6 @@ abstract class MathMLElement extends Element {
21
/** Corresponds to attribute xml:base on the given element. */
22
var xmlbase: String = js.native
23
24
- /** https://w3c.github.io/mathml-core/#global-attributes */
25
26
var autofocus: Boolean = js.native
27
var `class`: String = js.native
0 commit comments