[Webkit-unassigned] [Bug 93965] [CSS Regions] Region.regionOverset and visual overflow are incorrectly computed when content in the named flow is relatively positioned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 01:20:35 PDT 2012


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





--- Comment #8 from Mihnea Ovidenie <mihnea at adobe.com>  2012-10-12 01:21:16 PST ---
You do not need to have content be positioned to achieve the same result in the last region, it is enough to have the block that is collected into a flow thread have its own layer. For instance:

<div id="text" style="-webkit-flow-into: flow; opacity: 0.9">
    Text that overflows the region
</div>
<div class="region" style="-webkit-flow-from: flow; width: 150px; height: 100px;"></div>

will clip the text at the region box, similar to uploaded test.

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