Reputation: 26142
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?
Upvotes: 1
Views: 1410
Reputation: 72261
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).
Upvotes: 4