Closed
Bug 439074
Opened 16 years ago
Closed 16 years ago
Table col does not honor relative length
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 386814
People
(Reporter: daniel.ssq89, Unassigned)
Details
Attachments
(1 file)
2.02 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0
A (W3C definition) "relative length" of, say, 2* in a col element's width attribute is not honoured. It is resolved to its integer value, e.g.
2* -> 2
3* -> 3
This can be observed from the DOM Inspector, and from the horribly wrong rendering.
Only * works.
Reproducible: Always
Steps to Reproduce:
See attached file. Column widths should be in the ratio 1:2:3. They are in the ratio 1:1:1
Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
See bug 386814 comment 2
By the way, Opera 9.5 and WebKit nightly still don't implement it.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•