Closed Bug 306650 Opened 19 years ago Closed 19 years ago

TD cells fail to inherit parent COL/COLGROUP align type

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 915

People

(Reporter: grahammozbugzilla, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

In HTML 4.01, a <TD> that has no "align" value fails to inherit the "align"
value from it's parent <COL> or <COLGROUP> as specified in (among other things)
in the W3C HTML 4.01 specs.

Even IE correctly follows this standard, at least.

Reproducible: Always

Steps to Reproduce:
<table>
<COL align=center width="500px">
<td>this will be left aligned</td>
</table>
Actual Results:  
A left-aligned table cell under Firefox (in IE it's correctly centered)

Expected Results:  
A center-aligned table cell

*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.