[Webkit-unassigned] [Bug 106995] New: [CSS Fragmentation] Break-after:always always on a box and break-before:always on the next box should collapse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 02:13:57 PST 2013


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

           Summary: [CSS Fragmentation] Break-after:always always on a box
                    and break-before:always on the next box should
                    collapse
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abucur at adobe.com
                CC: WebkitBugTracker at adobe.com
            Blocks: 57312


In the case of two sibling boxes, the first specifying break-after: always and the second break-before: always, there should be only one break generated and no empty fragmentainer.

"A forced break then occurs at (1) if, among the ‘break-after’ properties specified on or propagated to the earlier sibling box and the ‘break-before’ properties specified on or propagated to the later sibling box there is at least one with a forced break value.

When multiple forced break values apply to a single break point, they combine such all types of break are honored and no content-empty page boxes are generated, except for at most one content-empty page as may be required by the forced break values to position ensuing content on a specific type of page. When ‘left’, ‘right’, ‘recto’, and/or ‘verso’ are combined, the value specified on the latest element in the flow wins."

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