View Single Post
Old 05-29-2013, 02:48 AM   #21
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,550
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by theducks View Post
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.
Jellby is offline   Reply With Quote