[Webkit-unassigned] [Bug 21623] New: link color blue due to pseudo-class "a:link"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 15 15:59:14 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21623
Summary: link color blue due to pseudo-class "a:link"
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
URL: http://edu.sina.com.cn/y/
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jasneet at chromium.org
CC: jasneet at chromium.org
I Steps:
Go to http://edu.sina.com.cn/y/
II Issue:
in center column, the color of links is blue in webkit/FF3 while its gray in
IE7
III Conclusion:
See following code snippet:
......
.linkbrown{color:#6E6E6E;}
.linkbrown a:link,{
text-decoration:none;
color:#6E6E6E;
}
......
When "linkbrown" is specified to table, only IE applies the pseudo-class
"a:link" to A tag in that table, the other browsers ignore it.
IV Other Browsers:
IE7: ok
FF3: not ok
V Nightly tested: 37604
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list