This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15461 - Auto-height table row ignores explicit cell heights
Summary: Auto-height table row ignores explicit cell heights
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSS Level 2 (show other bugs)
Version: unspecified
Hardware: All Windows 3.1
: P2 normal
Target Milestone: ---
Assignee: Bert Bos
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 21:42 UTC by Anton P
Modified: 2012-12-04 00:52 UTC (History)
1 user (show)

See Also:


Attachments

Description Anton P 2012-01-08 21:42:43 UTC
Reported by fantasai.

17.5.3 (Table height algorithms) [http://www.w3.org/TR/CSS21/tables.html#height-layout] says:

  # The height of a 'table-row' element's box is calculated once the user agent
  # has all the cells in the row available: it is the maximum of the row's
  # computed 'height', the computed 'height' of each cell in the row, and the
  # minimum height (MIN) required by the cells. A 'height' value of 'auto' for a
  # 'table-row' means the row height used for layout is MIN.

This means that 'height' on the cells is ignored in the case that 'height' on the row is 'auto'.  Is this what is wanted?

Conversation begins:
Bug description:
http://lists.w3.org/Archives/Public/www-style/2011Nov/0515.html