Closed
Bug 24772
Opened 25 years ago
Closed 25 years ago
<TD> cells not inheriting ALIGN=CENTER attibute from <TR>
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: dciemo, Assigned: karnaze)
Details
Attachments
(1 file)
|
685 bytes,
text/html
|
Details |
The ALIGN=CENTER attribute of the <TR> tag should be inherited by the <TD> cells
contained by the <TR>... </TR> tags.
Test Case
<TABLE WIDTH=100 HEIGHT=100>
<TR ALIGN=CENTER>
<TD>Center</TD>
</TR>
</TABLE>
Build 2000012116
See attached test case.
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
*** This bug has been marked as a duplicate of 1802 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•