break-inside for modern firefox
See original GitHub issuebreak-inside
not prefixed with page-break-inside
for last 2 Firefox versions
or Firefox >= 52
configs
For Firefox 51
config page-break-inside
adds correctly.
break-inside
not supported in any version of Firefox
https://developer.mozilla.org/ru/docs/Web/CSS/break-inside
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
break-inside - CSS: Cascading Style Sheets - MDN Web Docs
The break-inside CSS property sets how page, column, or region breaks should behave inside a generated box. If there is no generated box, ......
Read more >"break-inside: avoid-column" doesn't work in Firefox
Using page-break-inside, in Firefox, It shows me four columns, but some items that they are in 'li' item, are moved into another column....
Read more >"break-inside" | Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >223068 - Support break-before, break-after, break-inside
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.22 ... modern break-(after|before|inside) properties and the old-fashioned ones.
Read more >12 Best Firefox Extensions and Add-Ons in 2022 - Kinsta
This article will break down how to install and manage extensions. It will also showcase the best extensions and add-ons available for Firefox...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure https://github.com/postcss/autoprefixer/commit/d44d9bd9888e037102394183f5799779b162b2af
Yeap. I can do it only in major version 😦.
Autoprefixer is “not a polyfill” by design and by name 😉.
I got opposite advice about
break-inside
. Somebody told me thatbreak-inside
!=page-break-inside
. Can you make some research? Maybe I will change my opinion about this property.