Implement break-inside: avoid-{page,column}
Categories
(Core :: Layout, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio, NeedInfo)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, perf-alert)
Attachments
(1 file)
Assignee | ||
Comment 1•2 years ago
|
||
break-before/after: page|column seem harder because you need to deal
with nested breaks, I think, but this should be straight-forward.
Updated•2 years ago
|
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/67c33ba5566e Support break-inside: avoid-{page,column}. r=TYLin
Comment 3•2 years ago
|
||
Backed out changeset 67c33ba5566e (Bug 1722945) for causing bustage in nsContainerFrame.cpp
Log: https://treeherder.mozilla.org/logviewer?job_id=347272229&repo=autoland&lineNumber=45072
Backout: https://hg.mozilla.org/integration/autoland/rev/a4b705497d98e2d64092cf614218f2fd18b4e409
Assignee | ||
Updated•2 years ago
|
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/507c4e968022 Support break-inside: avoid-{page,column}. r=TYLin
Updated•2 years ago
|
Comment 5•2 years ago
|
||
bugherder |
Comment hidden (obsolete) |
Comment 7•2 years ago
|
||
The related documentation updates are here:
Release notes: https://github.com/mdn/content/pull/7695
Browser compatibility data: https://github.com/mdn/browser-compat-data/pull/11924
Sebastian
Updated•2 years ago
|
There appears to have been a regression on this, as it doesn't seem to work in Firefox 101.0.1
I'm going by https://stackoverflow.com/a/69164082/6691 which mentions that it was fixed in version 92.
Assignee | ||
Comment 10•1 year ago
|
||
(In reply to eoghan from comment #9)
There appears to have been a regression on this, as it doesn't seem to work in Firefox 101.0.1
I'm going by https://stackoverflow.com/a/69164082/6691 which mentions that it was fixed in version 92.
"it doesn't seem to work" is a bit vague, can you file a new bug with a test-case? Happy to take a look. Thank you.
Description
•