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 17134 - Strange max row height for non-auto-height table rows
Summary: Strange max row height for non-auto-height table rows
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSS Level 2 (show other bugs)
Version: unspecified
Hardware: PC Windows 3.1
: P2 normal
Target Milestone: ---
Assignee: Bert Bos
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 12:11 UTC by Anton P
Modified: 2012-12-04 00:52 UTC (History)
0 users

See Also:


Attachments

Description Anton P 2012-05-21 12:11:39 UTC
Reported by Anton Prowse

17.5.3 (Table height algorithms) 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.

This is a little surprising.  MIN includes cell borders and padding, whereas the computed 'height' of each cell doesn't.  Is this intentional?

(See also Bug 15461 and Bug 15462 for other issues with this paragraph in the case of auto-height table rows.)

Bug 15460 concerns what seems to be the analogous issue for how cells in the first row determine the column widths.

Conversation begins:
Bug description:
http://lists.w3.org/Archives/Public/www-style/2012Jan/1016.html (Issue 5)