Closed
Bug 983
Opened 26 years ago
Closed 26 years ago
CSS color: RGB colors are all showing as black
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jcarpenter0524, Assigned: peterl-retired)
References
()
Details
- Go to URL
http://www.mozilla.org/newlayout/testcases/css/sec531rgb6aqua.htm
- The text should be aqua, but shows as black instead.
Reporter | ||
Updated•26 years ago
|
Summary: CSS color: RGB 6digit aqua shows as black → CSS color: RGB colors are all showing as black
Reporter | ||
Comment 1•26 years ago
|
||
- Amending original report to show that all 3 and 6 digit RGB colors show as
black.
see new tests on Mozilla under "Color and Background Properties"
http://www.mozilla.org/newlayout/testcases/css/index.html
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•26 years ago
|
||
Not a bug. Hex values for colors must be preceeded by a #. All others are
rejected per spec (for forward compatible parsing). It is a bug in Navigator
that it works there.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•