[Webkit-unassigned] [Bug 132601] [CSS Regions] Block incorrectly sized when containing an unsplittable box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 6 06:38:20 PDT 2014


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


Radu Stavila <stavila at adobe.com> changed:

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




--- Comment #1 from Radu Stavila <stavila at adobe.com>  2014-05-06 06:38:42 PST ---
Further findings:
- if the child element is display:inline-block, the second region contains a part of the element's parent with a height equal to the height of the child element that is overflowing the first region. If the parent contains another child after the first one, this second child will NOT be painted at the top of the second region  - INCORRECT BEHAVIOR
- if the child element is display:block, the parent is not painted in the second region unless it has another child, after the first one. If it does, the second child is painted started at the top of the second region - CORRECT BEHAVIOR

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