[Webkit-unassigned] [Bug 5097] CSS2: page-break-after does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 18 00:13:41 PST 2010


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


Yuzo Fujishima <yuzo at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuzo at google.com




--- Comment #14 from Yuzo Fujishima <yuzo at google.com>  2010-01-18 00:13:39 PST ---
As for page-break-after failure,

page-break-after is applicable to block level elements
http://www.w3.org/TR/css3-page/

I confirmed that WebKit
- works properly for <p>, <div>, and <hr>, which are all block level elements,
- but doesn't work for <span> and <br>, which are inline.

Firefox 3.5.7 breaks pages for all of above.

Internet Explorer 7.0 breaks pages for all except <span>.

What should WebKit do?

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