[csswg-drafts] [css-break-3] Should 'break-before' / 'break-after' have an 'always' value?

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-break-3] Should 'break-before' / 'break-after' have an 'always' value? ==
We decided not to have an 'always' value for break-* because it wasn't clear to us whether this should create a break within the nearest fragmentation context, or all the way up to the top level. (Imagine a multicol inside paged media: does 'always' create a column break or a page break?)

However, it looks like IE implements an 'always' value, which has fairly high usage: https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/css/break-before/
We should maybe figure out what it does and spec that.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3318 using your GitHub account

Received on Wednesday, 14 November 2018 21:18:35 UTC