[Webkit-unassigned] [Bug 92497] [CSS Regions] Region overset property is not properly computed when there is a region break

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 15:49:30 PST 2012


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


Andrei Bucur <abucur at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abucur at adobe.com




--- Comment #1 from Andrei Bucur <abucur at adobe.com>  2012-12-10 15:51:55 PST ---
This seems to be related to the way we are handling margins in the context of forced breaks. The CSS Fragmentation spec [1] states:

"When an unforced break occurs between block-level boxes, any margins adjoining the break are truncated. When a forced break occurs there, adjoining margins before the break are truncated, but margins after the break are preserved."

It seems right now we are not truncating the before-break margins at all.

[1] http://dev.w3.org/csswg/css3-break/#break-between

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