We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210f412 commit ce29198Copy full SHA for ce29198
dom/src/main/scala/org/scalajs/dom/MathMLElement.scala
@@ -38,7 +38,6 @@ abstract class MathMLElement extends Element {
38
var style: String = js.native
39
var tabindex: Int = js.native
40
41
- /** https://w3c.github.io/mathml-core/#other-valid-attributes */
42
43
var intent: String = js.native
44
var arg: String = js.native
0 commit comments