8000
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 ce29198 commit c9d5ed0Copy full SHA for c9d5ed0
dom/src/main/scala/org/scalajs/dom/MathMLElement.scala
@@ -3,10 +3,7 @@ package org.scalajs.dom
3
import scala.scalajs.js
4
import scala.scalajs.js.annotation._
5
6
-/** Represents a Scala.js facade for the MathML element. Documentation for MathML elements can be found at:
7
- * https://developer.mozilla.org/en-US/docs/Web/MathML/Element
8
- *
9
- * All MathMl elements implement this interface.
+/** The MathMLElement interface represents any MathML element.
10
*/
11
@js.native
12
@JSGlobal
0 commit comments