Closed
Bug 155514
Opened 24 years ago
Closed 24 years ago
CSS caption-side property should apply to caption element, not table
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugzilla, Assigned: dbaron)
References
()
Details
Attachments
(1 file)
|
1.50 KB,
text/html
|
Details |
The css declaration
table { caption-side:bottom; }
will be accepted by Moz1.1a build 20020611.
http://www.w3.org/TR/REC-CSS2/tables.html#propdef-caption-side claims that
caption-side property should only apply to elements set with display:table-caption.
| Reporter | ||
Comment 1•24 years ago
|
||
Self explanatory test case
| Assignee | ||
Comment 2•24 years ago
|
||
It also says that the property is inherited by default. That means the caption
will inherit the value from the parent table.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•