Closed
Bug 83484
Opened 24 years ago
Closed 24 years ago
Implement :-moz-any-link pseudo-class
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Keywords: perf, Whiteboard: (py8ieh: find XHTML <link/> bug))
We should implement a :-moz-all-link pseudo-class that matches anything matched
by :link or :visited. This would halve the number of "universal" rules needed
for our link rules in html.css.
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Updated•24 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•24 years ago
|
||
I just noticed this is the 1000th bug I filed in the mozilla.org bugzilla.
Assignee | ||
Comment 2•24 years ago
|
||
Fix checked in 2001-06-04 18:00 PDT.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 3•24 years ago
|
||
Verified that this works for all manner of <a> links... however I just spotted
that <link/> elements don't work in XHTML. Great.
http://www.hixie.ch/tests/adhoc/css/selectors/mozilla/001.xml
Status: RESOLVED → VERIFIED
Summary: Implement :-moz-all-link pseudo-class → Implement :-moz-any-link pseudo-class
Whiteboard: (py8ieh: find XHTML <link/> bug)
You need to log in
before you can comment on or make changes to this bug.
Description
•