Closed
Bug 55688
Opened 25 years ago
Closed 25 years ago
Can't parse border [style+color] correctly
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: g16776, Assigned: pierre)
References
()
Details
border: outset FFFF00; /* render as no border, but */
border: outset; border-color: FFFF00; /* render ok */
Look for http://snkey.net/moz_test/untitled.html and
http://snkey.net/moz_test/border.png for details.
This error is new for Build 2000100108 - in M17 & NN6Pr2
1st and 2nd styles render equally.
Comment 1•25 years ago
|
||
FFFF00 is an invalid colour value. So we ignore it. That is correct per CSS.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•