Skip to content

Commit 254a5cf

Browse files
committed
[css2] Changed empty-cells property value names
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401439
1 parent 4d6ea72 commit 254a5cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css2/tables.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.27 1998-03-24 04:30:17 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.28 1998-04-04 00:29:23 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -1114,20 +1114,20 @@ class="propinst-visibility">'visibility'</span> property set to
11141114
includes "&amp;nbsp;" and other whitespace except ASCII CR ("\0D"), LF
11151115
("\0A"), tab ("\09"), and space ("\20").
11161116

1117-
<P>When this property has the value 'borders', borders are drawn
1117+
<P>When this property has the value 'show', borders are drawn
11181118
around empty cells (like normal cells).
11191119

1120-
<P>A value of 'no-borders' means that no borders are drawn around
1120+
<P>A value of 'hide' means that no borders are drawn around
11211121
empty cells. Furthermore, if all the cells in a row have a value of
1122-
'no-borders' and have no visible content, the entire row behaves as if
1122+
'hide' and have no visible content, the entire row behaves as if
11231123
it had 'display : none'.
11241124

11251125
<div class="example"><P>
11261126
The following rule causes borders to be drawn around
11271127
all cells:</p>
11281128

11291129
<PRE>
1130-
TABLE { empty-cells: borders }
1130+
TABLE { empty-cells: show }
11311131
</PRE>
11321132
</div>
11331133

0 commit comments

Comments
 (0)