[Webkit-unassigned] [Bug 51545] Allow elements b/w column-span element and its columnsBlockAncestors to have continuations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 11:20:22 PDT 2011


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





--- Comment #1 from Abhishek Arya <inferno at chromium.org>  2011-08-31 11:20:23 PST ---
After fix in https://bugs.webkit.org/show_bug.cgi?id=64753, the column-span is not rendered because we disallow continuations for now. We need to understand how to render them properly.

+<div>
> +<span id="test"><h2></span>
> +</div>

with

<style>
div { -webkit-column-count: 1; }
h2 { -webkit-column-span: all; }
</style>

-- 
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