Closed
Bug 159709
Opened 22 years ago
Closed 22 years ago
phrase elements nested inside pseudo-class anchors prevent background colors from showing
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
People
(Reporter: jcho, Assigned: saari)
Details
Chimera 0.4, Mac OS X 10.1.5
(This is possibly a Mozilla bug too, But I am unable to confirm.)
If you indicate a background color for the active state of an anchor
pseudo-class, eg:
a:link {color:blue}
a:active {color:white; background:red}
a:visited {color:black}
and you nest a phrase element within the anchor, eg:
<a href="link.html"><strong>link title</strong></a>,
the background color will not show as expected when you click the link.
However, if the phrase element is nested outside of the anchor, the background
appears as expected when the link is clicked.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 65917 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•