Open
Bug 1675322
Opened 5 years ago
Updated 3 months ago
`break-after: always` introduces column break only in print mode
Categories
(Core :: Layout: Columns, defect, P3)
Core
Layout: Columns
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(3 files)
- Open the attachment
- See what happens
- Try printing the page
- See what happens again
Expected: A column break after "welsh"
Actual: It only happens in print mode
| Reporter | ||
Updated•5 years ago
|
Component: Layout → Layout: Columns
| Reporter | ||
Comment 1•5 years ago
|
||
| Reporter | ||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
TYLin: Any ideas?
Severity: -- → S3
Flags: needinfo?(aethanyc)
Priority: -- → P3
Comment 4•5 years ago
•
|
||
We simply don't support break-after well. We currently make CSS2 page-break-after an alias of break-after, but in the latest spec, break-after: always should break depending on the element's context. https://drafts.csswg.org/css-break-4/#valdef-break-before-always
Updated•5 years ago
|
Comment 5•3 years ago
|
||
Are there any workarounds for this bug?
Comment 6•3 years ago
|
||
Is this related to my "break-before: avoid" doesn't seem to have any effect in Firefox (in a multi-column layout)?
Works in Chrome.
| Reporter | ||
Comment 7•3 years ago
|
||
Yes, per comment #4.
You need to log in
before you can comment on or make changes to this bug.
Description
•