[css3-flexbox] 'table' flex item using fixed table layout

CSS 2.1 says

  # The table's width may be specified explicitly with the 'width'
  # property. A value of 'auto' (for both 'display: table' and
  # 'display: inline-table') means use the automatic table layout
  # algorithm.

. Should this consult 'flex-basis' instead of 'width' for a flex item?
Shuould a 'table' flex item with 'table-layout: fixed' always use the
fixed layout algorithm no matter what 'flex-basis' says?


Cheers,
Kenny
-- 
Web Specialist, Oupeng Browser, Beijing
Try Oupeng: http://www.oupeng.com/

Received on Saturday, 15 September 2012 02:15:51 UTC