Closed Bug 240096 Opened 20 years ago Closed 20 years ago

col align property not implemented

Categories

(Core :: Layout: Tables, defect)

x86
Windows 98
defect
Not set
trivial

Tracking

()

VERIFIED DUPLICATE of bug 915

People

(Reporter: chris.tipper, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

In the example table should have three columns: left-aligned, mid-aligned,
right-aligned. All the columns are left-aligned, showing that <col align="...">
is not implemented.

Reproducible: Always
Steps to Reproduce:
<table>
<col width="50" align="right">
<tbody>
<tr><td>foobar</td></tr>
</tbody>
</table>

Actual Results:  
There is no right alignment

Expected Results:  
Recognised the align property of the col element

*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
This bug (Bug 240096) is about an unimplemented HTML attribute.

Bug 915 from a quick scan is about CSS properties. Isn't it a bit of a stretch
to say that they are the same bug.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
read the bug.  The col element's align attribute is essentially incompatible
with CSS.

*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Look brainbox, this is standard HTML. It works in Internet Explorer 5, 5.5 and
6. (look I said it). To hell with your CSS specification, stop deleting my bugs.
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---

*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
VERIFIED

Reporter: If you read the whole bug, you will realize that this is a duplicate
of that bug. Read all of the comments below bug 915 and you will understand.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.