RESOLVED INVALID 19014
text content is underlined all over the page
https://bugs.webkit.org/show_bug.cgi?id=19014
Summary text content is underlined all over the page
jasneet
Reported 2008-05-12 10:38:03 PDT
I Steps: Go to http://interativo.climatempo.com.br/ II Issue: Under "Ultimas noticias" the text content is underlined III Conclusion: issue is due to the following css .linknoticias {TEXT-DECORATION: none } .linknoticias A { TEXT-DECORATION: none } .linknoticias A.link { TEXT-DECORATION: none } .linknoticias A.hover { TEXT-DECORATION: none } Safari/FF/Opera ignore the above css while IE follows it and does not display underlines under the text. IV Other browsers: IE7: ok FF3: not ok Opera9.24: not ok V Nightly tested: 32871
Attachments
screenshot (209.12 KB, image/jpeg)
2008-05-12 10:38 PDT, jasneet
no flags
reduction (898 bytes, text/html)
2008-05-12 10:38 PDT, jasneet
no flags
jasneet
Comment 1 2008-05-12 10:38:23 PDT
Created attachment 21089 [details] screenshot
jasneet
Comment 2 2008-05-12 10:38:54 PDT
Created attachment 21090 [details] reduction
Mark Rowe (bdash)
Comment 3 2008-05-12 11:30:24 PDT
The site is wrong. Link and hover are pseudoclasses, not classes, and as such need to be separated from the element name with a ":" rather than a ".". Matching Firefox and Opera does not seem unreasonable in this situation.
Note You need to log in before you can comment on or make changes to this bug.