[Webkit-unassigned] [Bug 45138] Incorrect intrinsic width with columns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 02:16:13 PDT 2013


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





--- Comment #1 from Morten Stenshorne <mstensho at opera.com>  2013-05-23 02:14:42 PST ---
While the exact behavior isn't described in any final spec yet, there's common sense and also the following ED to guide us: http://dev.w3.org/csswg/css-sizing/#multicol-intrinsic

I think the particular test case in this bug report will be tricky to fix, since it's about finding "the max-content measure of a multi-column element with restrained-height columns". The spec suggests that we need to perform a layout pass to get that measure, and currently WebKit doesn't do that when calculating intrinsic widths.

I have some changes in this area (but they currently only cover the cases where column-count is non-auto) that I'd like to submit, but since I probably won't manage to make the test case in this bug pass, I suppose I'd better open a new bug.

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


More information about the webkit-unassigned mailing list