Closed
Bug 25648
Opened 25 years ago
Closed 25 years ago
table cells don't inherit align attribute from colgroup or tr elements
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: eric, Assigned: karnaze)
References
()
Details
Table cell alignment works correctly when the align=center attribute is
specified in the td element. But when there is an align=center attribute in
either the colgroup or tr element, and not in the td element, the cell does not
inherit the alignment.
In Netscape Navigator 4.61, cells do inherit the align attribute from the tr
element, but not from colgroup (since colgroup is apparently not supported at all).
Comment 1•25 years ago
|
||
These are two seperate bugs. In the future, please file a seperate report
for each bug. The first bug, align not working in <tr> is a dup of bug 1802.
The second bug, align not working in <colgoup> is a dup of bug 7471.
*** This bug has been marked as a duplicate of 1802 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
Verified duplicate of 1802 - [4.xP]<tr align=left/right/center> not working
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•