diff --git a/spec.html b/spec.html index 7222d5d..c42bd71 100644 --- a/spec.html +++ b/spec.html @@ -161,6 +161,7 @@

Elements and attributes

Unknown MathML element.

    +
  1. [^a^]
  2. [^annotation^]
  3. [^annotation-xml^]
  4. [^maction^]
  5. @@ -4658,6 +4659,39 @@

    Entry in Table or Matrix <mtd>

    +
    +

    Linking <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.

    + +
    + Note that this means that in the absence of an href attribute, + <a> may be seen as equivalent to <mrow>.
    +

    Enlivening Expressions