From 4ec0e6ca235052c0789b68f6fb9876ba8edec840 Mon Sep 17 00:00:00 2001
From: David Carlisle Elements and attributes
Unknown MathML element.
<mtd><a>
+ The
+ a
+ element is used to group together any number of sub-expressions equivalently
+ to [^mrow^]. It's main purpose is to enable the specification fo hyperlinks
+ via the use of the href attribute.
+
+ The <a> element accepts the attributes described
+ in as well as the all the attributes of the
+ corresponding element in HTML.
+ The primary additional attribute is [^a/href^].
+
+ If the
+ href
+ attribute is used then the <a> element creates a hyperlink
+ to the URL sprecifoed by the href attribute. The linking behavior
+ is as described for the a element in HTML.
+
The layout algorithm of the <a> element
+ is the same as the <mrow> element.
+ Note that this means that in the absence of an href attribute,
+ <a> may be seen as equivalent to <mrow>.
From f24a71a0c9d3b204f0488c63da6a980d9ccf8abb Mon Sep 17 00:00:00 2001
From: David Carlisle Linking
If the
href
attribute is used then the <a><a> element creates a hyperlink
- to the URL sprecifoed by the href attribute. The linking behavior
+ to the URL specified by the href attribute. The linking behavior
is as described for the a element in HTML.
The layout algorithm of the <a> element
- is the same as the <mrow> element.
+ is the same as the <mrow> element.
href attribute,
- <a> may be seen as equivalent to <mrow>.
+ <a> may be seen as equivalent to <mrow>.