Skip to content

Commit e8f74e5

Browse files
committed
[css2] Corrected error about internal table elements not having padding except for cells
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401810
1 parent e1a4eba commit e8f74e5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/tables.src

Lines changed: 4 additions & 3 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.46 2000-07-26 13:58:47 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.47 2000-07-26 14:03:44 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -556,8 +556,9 @@ margin, as a result of a negative 'margin-left' property.
556556
<P>Like other elements of the <a
557557
href="conform.html#doclanguage">document language</a>, internal table
558558
elements generate rectangular <a
559-
href="box.html#box-dimensions">boxes</a> with content, padding, and
560-
borders. They do not have margins, however.
559+
href="box.html#box-dimensions">boxes</a> with content and
560+
borders. Cells have padding as well. Internal table elements do not
561+
have margins.
561562

562563
<p>The visual layout of these boxes is governed by a rectangular,
563564
irregular grid of rows and columns. Each box occupies a whole number

0 commit comments

Comments
 (0)