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)

x86
Windows NT
defect

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;
}
Assignee: michaelp → peterl
Component: Rendering → Style System
i think this falls into Peter's realm...
Status: NEW → ASSIGNED
Note to myself: also verify computations of inset/outset colors when border
color is black or white.
*** Bug 1510 has been marked as a duplicate of this bug. ***
Assignee: peterl → harishd
Status: ASSIGNED → NEW
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
QA Contact: 3847
QA Contact: 3847 → 4110
Status: RESOLVED → VERIFIED
Created a bug from the sample code and verified bug is fixed using the 3/1
build.
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.