CSS directives for the selector "mtext[href]"

William F Hammond <[email protected]> Wed, 18 Jul 2012 15:41:17 -0400
Newsgroups gmane.comp.mozilla.devel.mathml
Message-ID <[email protected]>
Dear Friends,

In connection with a MathJax discussion I took a look (with Firefox
14.0.1 in linux/ubuntu) at the following bit of CSS in the classical
XHTML+MathML scenario:

     mtext[href] {
       color: #B00000;
       text-decoration: underline ! important;
     }

It seems to be inert.  The matching elements are colored
blue, rather than red, and not underlined.

Any clues?

Might there be something marked !important in front of it?

Thanks.

                                    -- Bill