Skip to content

Commit dbab2be

Browse files
committed
[css2] Tables missing from min/max-height undefinedness, issue 240
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403189
1 parent d7911d2 commit dbab2be

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/changes.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.153 2011-03-25 21:10:33 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.154 2011-03-26 00:02:01 fantasai Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -5317,7 +5317,7 @@ Section&nbsp;10.7 Minimum and maximum heights: 'min-height' and
53175317

53185318
<blockquote>
53195319
<p><ins>In CSS&nbsp;2.1, the effect of 'min-height' and 'max-height'
5320-
on table cells, table rows, and row groups is undefined.</ins>
5320+
on tables, inline tables, table cells, table rows, and row groups is undefined.</ins>
53215321
</blockquote>
53225322

53235323
<!--========================== issue 117 ==========================-->

css2/visudet.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.165 2011-03-25 21:06:17 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.166 2011-03-26 00:02:01 fantasai Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -1211,7 +1211,7 @@ class="propinst-max-height">'max-height'</span> are illegal.
12111211
</p>
12121212

12131213
<p>In CSS&nbsp;2.1, the effect of 'min-height' and 'max-height' on
1214-
table cells, table rows, and row groups is undefined.
1214+
tables, inline tables, table cells, table rows, and row groups is undefined.
12151215

12161216
<p>The following algorithm describes how the two properties influence
12171217
the <a href="cascade.html#computed-value">used value</a>

0 commit comments

Comments
 (0)