- From: Daniel Holbert <dholbert@mozilla.com>
- Date: Tue, 7 Apr 2015 14:08:18 -0700
- To: Christian Biesinger <cbiesinger@google.com>
- Cc: www-style list <www-style@w3.org>
On 04/07/2015 12:27 PM, Christian Biesinger wrote: > Ah thanks. Out of curiosity, does Gecko implement forced breaks? Yep, with "page-break-before" / "page-break-after". Testcases: http://mxr.mozilla.org/mozilla-central/source/layout/reftests/w3c-css/submitted/flexbox/flexbox-break-request-horiz-001a.html http://mxr.mozilla.org/mozilla-central/source/layout/reftests/w3c-css/submitted/flexbox/flexbox-break-request-horiz-001b.html Reference case: https://mxr.mozilla.org/mozilla-central/source/layout/reftests/w3c-css/submitted/flexbox/flexbox-break-request-horiz-001-ref.html (We haven't implemented the new spec language on flex container intrinsic sizing, though -- that's tracked here: https://bugzilla.mozilla.org/show_bug.cgi?id=1055887 ) ~Daniel
Received on Tuesday, 7 April 2015 21:08:49 UTC