Closed Bug 274020 Opened 20 years ago Closed 20 years ago

Align Not Supported In Col and Colgroup

Categories

(Core :: Layout: Tables, defect)

defect
Not set
trivial

Tracking

()

VERIFIED DUPLICATE of bug 915

People

(Reporter: adrian, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/168 (KHTML, like Gecko) Safari/168
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0

The HTML snippet below should be rendered with the cells aligned left, center and right respectively.  
Gecko-based browsers render all cells as left aligned.

<table width="100%" border="1">
<colgroup align="left">
  <col />
</colgroup>
<colgroup align="center">
  <col />
</colgroup>
<colgroup align="right">
  <col />
</colgroup>
<tr>
  <td>Left</td>
  <td>Centered</td>
  <td>Right</td>
</tr>
</table>



Reproducible: Always
Steps to Reproduce:
1. Open a HTML file with the code above in it.

Actual Results:  
All cells are aligned left.

Expected Results:  
The cells should be aligned left, center and right respectively.

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