WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
131214
[CSS Fragmentation] Break-before and break-after should propagate to the container in some cases
https://bugs.webkit.org/show_bug.cgi?id=131214
Summary
[CSS Fragmentation] Break-before and break-after should propagate to the cont...
Andrei Bucur
Reported
2014-04-04 00:44:22 PDT
See:
http://dev.w3.org/csswg/css-break-3/#break-between
"Since breaks are only allowed between siblings, not between a box and its container (see Possible Break Points), a ‘break-before’ value on a first-child box is propagated to its container. Likewise a ‘break-after’ value on a last-child box is propagated to its container. (Conflicting values combine as defined below.) This propagation stops before it breaks through the nearest matching fragmentation context."
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2024-01-03 13:47:30 PST
Updated link -
https://drafts.csswg.org/css-break-3/#break-propagation
"Since breaks are only allowed between siblings, not between a box and its container (see Possible Break Points), break values applied to children at the start/end of a parent are propagated to the parent, where they can take effect. ..."
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug