Bug 15301 - CSS active link color improperly applied to ALL text on page.
Summary: CSS active link color improperly applied to ALL text on page.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.mysticalos.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-27 20:12 PDT by Adam Williams
Modified: 2007-09-28 06:47 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Williams 2007-09-27 20:12:41 PDT
When clicking anywhere on page the active link color is actually applied to ALL text on page and not just links. This behavior is observed in firefox 2.0.0.7 and Camino 1.5.1 too. I have looked over code myself and BBedit doesn't report any code errors and also want to note this did not occur in earlier versions of Safari, in fact it didn't even used to occur in firefox which leads me to believe the problem could actually be some recent change in OS since it seems to be happening in all browsers? Not sure so I let you experts figure it out :)
Comment 1 Mark Rowe (bdash) 2007-09-28 06:47:02 PDT
>  :active { color: #990070 }

That is why.  You probably want a:active.  You're right that this is a change in behaviour from Safari 2.0, but as it's a change to matching Firefox's behaviour, and that of the specification, I don't think this can be classed as a bug.