diff --git a/index.html b/index.html index 045d384..7cb56ab 100644 --- a/index.html +++ b/index.html @@ -422,6 +422,10 @@
+ All of the nodes representing MathML Hyperlink Elements in the DOM must implement, and expose to scripts the following MathMLLinkableElement
interface.
+
- Any MathML elements containing an href attribute are valid links
- and are focusable. Their tabindex focus flag
- must be set unless the user agent normally provides an alternative
+ All MathMLLinkableElement
elements are potentially linkable with an href
attribute. Their default tabindex is 0
. If their href
contains a valid URL, their focus flag must be set unless the user agent normally provides an alternative
method of keyboard traversal of links, and they appear in the
sequential focus order.
style
data-*
dir
displaystyle
href
mathbackground
mathcolor
mathsize
<math>
ElementAll token elements and the mrow grouping element are potentially linkable and may contain an href
attribute. They are the MathML equivalents of HTML's a and must follow all of the same criteria laid out for links there.