Closed
Bug 14083
Opened 25 years ago
Closed 25 years ago
Border-color does not work on table unless border-style is assigned regardless of border attribute
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: christinehoff4, Assigned: karnaze)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Using 9/15 Apprunner on Win 95, Win NT, Win 98, Mac8.5 and Linux Red Hat 6.0
Not sure if this is a bug. It depends on the interpretation of the 'border'
attribute of the 'table' element.
Attached is a test case which assigns border-color to two tables. Both tables
have a value of "20" set to the 'border' attribute.
First table: CSS border-color is set to 'lime'. Style displays as 'outset' as a
result of the border="20" attribute value but there is no color.
Second table: CSS border-color is set to 'lime'> Border-style is set to 'solid'
and border-color is set to 'lime.
Since there is evidence of border-style in the first table, why is it still
necessary to set border-style to get border-color?
Reporter | ||
Comment 1•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
VERIFIED as a DUPLICATE.
You need to log in
before you can comment on or make changes to this bug.
Description
•