Closed Bug 347806 Opened 18 years ago Closed 18 years ago

Add support for CSS :active pseudoclass for links

Categories

(Firefox :: General, enhancement)

x86
Windows XP
enhancement
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: powercommand, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Heavysetdinosaur Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Heavysetdinosaur Firefox/1.5.0.6

Every other browser in existence uses the :active pseudoclass for active (keyboard-selected) links.  Firefox doesn't; instead, it uses :focus.  I'm pretty sure :active is the standard way of specifying active links in CSS, so it should at least be supported.

Reproducible: Always

Steps to Reproduce:
Not applicable.
Actual Results:  
Not applicable.

Expected Results:  
Not applicable.

Not applicable.
Version: unspecified → Trunk
I'm afraid that the CSS spec disagrees with you:

"The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it."

The active pseudo class is used in this way.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.