question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

break-inside for modern firefox

See original GitHub issue

break-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:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
aicommented, Jan 20, 2018

Removing it will break backward compatibility for Firefox users.

Yeap. I can do it only in major version 😦.

Honestly, I think Autoprefixer should allow writing modern CSS syntax without bothering of old/unsupported browsers

Autoprefixer is “not a polyfill” by design and by name 😉.

page-break-inside is not a prefix, but an alias for break-inside, so I think it’s fine to handle it with Autoprefixer

I got opposite advice about break-inside. Somebody told me that break-inside != page-break-inside. Can you make some research? Maybe I will change my opinion about this property.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found