diff --git a/spec.html b/spec.html index 7222d5d..c42bd71 100644 --- a/spec.html +++ b/spec.html @@ -161,6 +161,7 @@
<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 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.
href attribute,
+ <a> may be seen as equivalent to <mrow>.