Closed
Bug 246707
Opened 21 years ago
Closed 21 years ago
Not support of multiple length in width attribute of <colgroup> and <col>
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bobe+bugzilla, Unassigned)
References
()
Details
Attachments
(1 file)
1.23 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040608 Firefox/0.8.0+
Mozilla doesn't support multiple length in the width attribute of <colgroup> and
<col> elements. The tables in the testcase should have the same width.
The recommandation say that width attribute of these elements accept multiple
length (it's a similar mechanism for cols and rows attributes of <frameset>
element):
http://www.w3.org/TR/html401/types.html#type-multi-length
(I speak english very badly, sorry :/)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
Tables doesn't have the same width.
Expected Results:
Tables should have the same width and layout.
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Comment 2•21 years ago
|
||
Oups. It's not a bug.
width attribute accept %MultiLength, not %MultiLengths.
http://www.w3.org/TR/html401/struct/tables.html#edef-COL
http://www.w3.org/TR/html401/sgml/dtd.html#MultiLength
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•