Closed
Bug 768773
Opened 13 years ago
Closed 13 years ago
a:visited {border:width style color} does not seem to be working
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 645786
People
(Reporter: ronpat111, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1
Build ID: 20120614114901
Steps to reproduce:
FF 13.0.1
Windows XPPro SP3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
a:link {border:2px solid #fff}
a:visited {border: (see below) }
Actual results:
A border applied in a:link -
a:link {border:2px solid #fff}
cannot be hidden or removed from a:visited by using -
{border:2px solid rgba(0,0,0,0)}
or {border:2px solid transparent}
or {border:0}
or {border:none}
More specifically, a:visited:
border-width and border-style cannot be changed, and border-color does not respond to rgba values.
Expected results:
a:visited should allow the changes.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•