[CSS21][css-box] inline-x auto-sizing

CSS2.1 says:
   # If 'width' is 'auto', the used value is the shrink-to-fit width
   # as for floating elements.
   #
   # A computed value of 'auto' for 'margin-left' or 'margin-right'
   # becomes a used value of '0'.
   http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width

This should probably generalize to all non-replaced atomic inlines,
since it should apply to inline flexboxes, inline grids, inline tables,
and anything else we come up with.

~fantasai

Received on Thursday, 17 April 2014 23:35:13 UTC