Closed
Bug 1249
Opened 26 years ago
Closed 26 years ago
NGLayout uses the wrong initial value for border-color
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: braden, Assigned: harishd)
References
()
Details
The initial value for border-color should be the value of the color property
for that elemenent. NGLayout appears to use black as the initial value for
border color. For example, the following style should put a gray border on a
paragraph (that will also have gray text):
P {
color: gray;
border-style: solid;
}
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
Note to myself: also verify computations of inset/outset colors when border
color is black or white.
Updated•26 years ago
|
Assignee: peterl → harishd
Status: ASSIGNED → NEW
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 3847
Updated•26 years ago
|
QA Contact: 3847 → 4110
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Created a bug from the sample code and verified bug is fixed using the 3/1
build.
Comment 5•26 years ago
|
||
Meant to say, created a 'test case' not created a 'bug'.
You need to log in
before you can comment on or make changes to this bug.
Description
•