Open
Description
https://mathml-refresh.github.io/mathml/#attributes-shared-by-all-mathml-elements says:
href: Can be used to establish the element as a hyperlink to the specfied URI.
This in Gecko has implications and behaves the same way as <a>
or <area>
.
Two things:
-
Is this feature used / desired / worth it? Links are complex.
-
If it is, should it really match
:visited
? I think in WebKit it does not, if I'm reading the code correctly.