File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
11141114includes "&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
11181118around 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
11211121empty 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
11231123it had 'display : none'.
11241124
11251125<div class="example"><P>
11261126The following rule causes borders to be drawn around
11271127all cells:</p>
11281128
11291129<PRE>
1130- TABLE { empty-cells: borders }
1130+ TABLE { empty-cells: show }
11311131</PRE>
11321132</div>
11331133
You can’t perform that action at this time.
0 commit comments