[css-flexbox] Intrinsic Cross Size Definition Totally Wrong

  # The min-content cross size and max-content cross size
  # of a flex container are the cross size of the flex
  # container after performing layout into the given
  # available main-axis space and infinite available
  # cross-axis space.

This might be correct if the cross-axis is the block axis
(I'm not entirely sure), but it's completely wrong if the
cross-axis is the inline axis.

~fantasai

Received on Monday, 24 August 2015 22:49:08 UTC