Firefox 14.
I’m trying to use css props:
-moz-column-break-before:always;
-moz-column-break-after: always;
But it does not work as it works in chrome: (-webkit-column-break-before: always;)
Are column breaks in FF broken?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not “broken,” rather not implemented. There is no such property listed on their exentions reference page.
Webkit has it, but even that is considered “Proprietary WebKit-prefixed properties (do not use on Web sites)” according to this page (as of 7-30-2012).