Closed
Bug 168663
Opened 22 years ago
Closed 22 years ago
mozilla does not support the <COLGROUP> and <COL> tags
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: valyala, Assigned: karnaze)
Details
mozilla does not support the <COLGROUP> and <COL> tags,
which had been included in HTML 4.0 standard.
Why????
Comment 1•22 years ago
|
||
Mozilla does support COLGROUP and COL, please provide an URL or a small testcase
that shows the problem and (important) explain what you expected.
Also, which version of Mozilla are you using?
Reporter | ||
Comment 2•22 years ago
|
||
a small exapmle:
<table>
<colgroup>
<col align="right" class="some_class" width="50%">
<col align="left" style="some_style">
</colgroup>
<tr><td>....</td><td>....</td></tr>
...
...
</table>
Mozilla (Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826)
don't apply styles & other properties on columns (see this example with MS IE
5.0+ and comare width Mozilla)
dup of 915
*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•