[csswg-drafts] [css-overflow-3] Intrinsic sizing of elements with continue:discard

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

== [css-overflow-3] Intrinsic sizing of elements with continue:discard  ==
[The definition of the `continue` property](https://drafts.csswg.org/css-overflow-3/#continue) (and therefore, of its `line-clamp` shorthand) says that the content after the first **forced or unforced** break is not taken into account when computing the block direction min-content, max-content, or automatic sizes.

I think that should be changed to only ignore the content after the first forced break for that purpose. Allowing the intrinsic (block) size to depend on where unforced breaks would happen, means the intrinsic (block) size would depend on actually performing layout, and that's an cycle I'd rather not have, since the layout itself may depend on the intrinsic size.

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

Received on Tuesday, 16 October 2018 04:14:59 UTC