Bug 19014 - text content is underlined all over the page
Summary: text content is underlined all over the page
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://interativo.climatempo.com.br/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-12 10:38 PDT by jasneet
Modified: 2008-05-12 11:30 PDT (History)
1 user (show)

See Also:


Attachments
screenshot (209.12 KB, image/jpeg)
2008-05-12 10:38 PDT, jasneet
no flags Details
reduction (898 bytes, text/html)
2008-05-12 10:38 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 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
Comment 1 jasneet 2008-05-12 10:38:23 PDT
Created attachment 21089 [details]
screenshot
Comment 2 jasneet 2008-05-12 10:38:54 PDT
Created attachment 21090 [details]
reduction
Comment 3 Mark Rowe (bdash) 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.