11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: changes.src,v 2.127 2010-10-25 17:25:53 bbos Exp $ -->
3+ <!-- $Id: changes.src,v 2.128 2010-10-26 19:48:54 bbos Exp $ -->
44<HEAD>
55<TITLE>Changes</TITLE>
66</HEAD>
@@ -4651,7 +4651,7 @@ that is broken around a block-level box is always broken into
46514651<p>When an inline box contains an in-flow block-level box, the inline
46524652box (and its inline ancestors within the same line box) are broken
46534653around the block-level box<ins>, dividing the inline box into two
4654- pieces</ins>.
4654+ pieces, even if either side is empty. </ins>.
46554655</blockquote>
46564656
46574657<!--========================== issue 120 ==========================-->
@@ -5259,8 +5259,9 @@ instead.
52595259<!--========================== issue 180 ==========================-->
52605260
52615261<h3 id="t.10.6.7"><a
5262- href="/TR/2009/CR-CSS2-20090908/visudet.html#root-height">Section 10.6.7
5263- 'Auto' heights for block formatting context roots</a></h3>
5262+ href="/TR/2009/CR-CSS2-20090908/visudet.html#root-height">
5263+ Section 10.6.7 'Auto' heights for block formatting context
5264+ roots</a></h3>
52645265
52655266<p><span class=date>[2010-08-06]</span> Clarify “bottom”
52665267and “preceding”:
@@ -5280,6 +5281,21 @@ descendants in the normal flow are taken into account, e.g., floats
52805281inside absolutely positioned descendants or other floats are not.
52815282</blockquote>
52825283
5284+ <!--========================== issue 170 ==========================-->
5285+
5286+ <h3 id="t.10.7"><a
5287+ href="/TR/2009/CR-CSS2-20090908/visudet.html#propdef-min-height">
5288+ Section 10.7 Minimum and maximum heights: 'min-height' and
5289+ 'max-height'</a></h3>
5290+
5291+ <p><span class=date>[2010-10-26]</span> The effect of 'min-height' and
5292+ 'max-height' on table cells is still undefined in CSS:
5293+
5294+ <blockquote>
5295+ <p><ins>In CSS 2.1, the effect of 'min-height' and 'max-height'
5296+ on table cells, table rows, and row groups is undefined.</ins>
5297+ </blockquote>
5298+
52835299<!--========================== issue 117 ==========================-->
52845300
52855301<h3 id="t.10.8"><a
@@ -6249,32 +6265,32 @@ generated by a table element is the principal box:
62496265
62506266<blockquote>
62516267<p>In both cases, the table <del>box</del> generates <del>an anonymous
6252- box</del> <ins>a principal block box called the <dfn>outer table
6268+ box</del> <ins>a principal block box called the <dfn>table wrapper
62536269box</dfn></ins> that contains the table box itself and any caption
62546270boxes (in document order). <ins>The <dfn>table box</dfn> is a
62556271block-level box that contains the table's internal table boxes.</ins>
62566272The caption boxes are block-level boxes that retain their own content,
62576273padding, margin, and border areas, and are rendered as normal
62586274<del>blocks</del> <ins>block boxes</ins> inside the
6259- <del>anonymous</del> <ins>outer table</ins> box. Whether the caption
6275+ <del>anonymous</del> <ins>table wrapper </ins> box. Whether the caption
62606276boxes are placed before or after the table box is decided by the
62616277'caption-side' property, as described below.
62626278
6263- <p>The <del>anonymous</del> <ins>outer table</ins> box is a 'block'
6279+ <p>The <del>anonymous</del> <ins>table wrapper </ins> box is a 'block'
62646280box if the table is block-level, and an 'inline-block' box if the
6265- table is inline-level. The <del>anonymous</del> <ins>outer table</ins>
6281+ table is inline-level. The <del>anonymous</del> <ins>table wrapper </ins>
62666282box establishes a block formatting context. The table box (not the
6267- <del>anonymous</del> <ins>outer table</ins> box) is used when doing
6283+ <del>anonymous</del> <ins>table wrapper </ins> box) is used when doing
62686284baseline vertical alignment for an 'inline-table'. The width of the
6269- <del>anonymous</del> <ins>outer table</ins> box is the border-edge
6285+ <del>anonymous</del> <ins>table wrapper </ins> box is the border-edge
62706286width of the table box inside it, as described by section
6271628717.5.2. Percentages on 'width' and 'height' on the table are relative
6272- to the <del>anonymous</del> <ins>outer table</ins> box's containing
6273- block, not the <del>anonymous</del> <ins>outer table</ins> box itself.
6288+ to the <del>anonymous</del> <ins>table wrapper </ins> box's containing
6289+ block, not the <del>anonymous</del> <ins>table wrapper </ins> box itself.
62746290
62756291<p>The computed values of properties 'position', 'float', 'margin-*',
62766292'top', 'right', 'bottom', and 'left' on the table box are used on the
6277- <del>anonymous</del> <ins>outer table</ins> box instead of the table
6293+ <del>anonymous</del> <ins>table wrapper </ins> box instead of the table
62786294box. The table box uses the initial values for those properties.
62796295</blockquote>
62806296
0 commit comments