Quote:
Originally Posted by theducks
and Malformed Anchor to boot
Anchors are links
Links get underlined by default
the <a
takes precedence over your span
|
Should it? I'd say it's a bug if it does, or there is something else.
See
the spec:
a { text-decoration: underline } -> specificity: 0,0,0,1
span.Hyperlinks { text-decoration: none } -> specificity: 0,0,1,1
so the second wins.