Closed
Bug 147775
Opened 23 years ago
Closed 23 years ago
table caption with align=left or right is not correctly rendered
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: jerry.tan, Assigned: karnaze)
Details
See this testcase.
<TABLE border="1" align="center" width=200>
<CAPTION align="left">A test table </CAPTION>
<TR><TD>1.7<TD>0.002<TD>43%
</TABLE>
</HTML>
I know that table caption's align attribute is deprecated, but I think mozilla
should still support it for backward compatibility.
if you want to align text in a caption use text-align. Align should place the
caption on the left side of the table not on the top -> see html 4.0 spec. MS
implements the spec wrong. We will sometime implement the correct align, and
then this MS bug will then be in our way.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
I dont agree to mark this as wontfix.
see html 4.0 spec,http://www.w3.org/TR/html4/struct/tables.html#adef-align-CAPTION
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 3•23 years ago
|
||
Duplicate of "Caption-align-left and caption-align-right do not work ('caption-
side')"
*** This bug has been marked as a duplicate of 3166 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•