Skip to content

Commit e1a4eba

Browse files
committed
[css2] Added clarification after equation in 17.6.2 that padding-left/right(i) refers to cells
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401809
1 parent a789478 commit e1a4eba

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css2/tables.src

Lines changed: 5 additions & 2 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.45 1999-11-04 19:34:26 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.46 2000-07-26 13:58:47 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -1184,7 +1184,10 @@ table:</p>
11841184
<var>border-width</var><sub><var>i</var></sub> refers to the border
11851185
between cells <var>i</var> and <var>i</var> + 1. Note only half
11861186
of the two exterior borders are counted in the table width;
1187-
the other half of these two borders lies in the margin area.</p>
1187+
the other half of these two borders lies in the margin area.
1188+
Padding-left<sub><var>i</var></sub> and
1189+
padding-right<sub><var>i</var></sub> refer
1190+
to the left (resp., right) padding of cell <var>i</var>.</p>
11881191

11891192
<div class="figure">
11901193
<p><img src="images/tbl-width.gif" alt="Schema showing the widths of

0 commit comments

Comments
 (0)