From 4a7cb1f867fe6b7cd624c9288189ee94c5451993 Mon Sep 17 00:00:00 2001
From: Brian Kardell DOM and Javascript
ElementCSSInlineStyle
interface is defined in [[CSSOM]].
+ 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
href
dir
mathbackground
mathcolor
<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.