Bug 19014

Summary: text content is underlined all over the page
Product: WebKit Reporter: jasneet <jasneet>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: jasneet
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
URL: http://interativo.climatempo.com.br/
Attachments:
Description Flags
screenshot
none
reduction none

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.