0.25 Others

<..tex compiler mathml..>
 \Configure{radical}
   {\HCode{<span class="msqrt">%
           \add:description{begin-root}{\a:speak:radical}}%
    \special{t4ht\string~!e<<span>}%
    \special{t4ht\string~!e></span>%
           \add:description{end-root}{\b:speak:radical}</span>}%
    \special{t4ht\string~!ee/}%
    \special{t4ht\string~!ese-}%
   }
-_-_-

<..tex compiler mathml..>+
 \NewConfigure{speak:radical}{2}
 \Configure{speak:radical}
    {begin root}
    {end root}
-_-_-

<..plain,latex mathml..>+
 \Configure{root}
     {\HCode{<span class="root">%
        \add:description{begin-root}{\a:speak:root}<span class="root-index">}}
     {\HCode{</span>\add:description{mid-root}{\b:speak:root}%
             <span class="root-base">}}
     {\HCode{</span>\add:description{end-root}{\c:speak:root}</span>}}
-_-_-

<..plain,latex mathml..>+
 \NewConfigure{speak:root}{3}
 \Configure{speak:root}
    {root index}
    {begin root}
    {end root}
-_-_-