[Webkit-unassigned] [Bug 8320] MultiLengths Ignored on COLGROUP and COL Width Attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 22:56:14 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=8320





------- Comment #2 from vijay.manchana at gmail.com  2009-06-23 22:56 PDT -------
Hi,

I have been analysing the bug and here are some of my observations.

As described in the w3.org, while calculating or parsing the width of columns
using proportional specification (ex, width="1*"), the CSSParser::parseValue()
is returning "False" and the value is not handled. Whereas in other case, if
the width of columns is percentage specification(ex, 
width="10%") then CSSParser::parseValue() internally parses the col width and
applies 
the values accordingly.

This behaviour is same in Firefox as well.

So, is it Safari browser intentionally has not given implementation for the
proportional specification while calculating column width?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list