Skip to content

Commit b68fc55

Browse files
committed
[css2] Added that border is taken into accound for determining overflow, even
the half of the border outside the width in the case of collapsed borders. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402112
1 parent 903a439 commit b68fc55

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css2/tables.src

Lines changed: 5 additions & 1 deletion
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.65 2003-07-01 15:42:14 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.66 2003-07-14 13:48:47 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -1150,6 +1150,10 @@ Padding-left<sub><var>i</var></sub> and
11501150
padding-right<sub><var>i</var></sub> refer
11511151
to the left (resp., right) padding of cell <var>i</var>.</p>
11521152

1153+
<p>The half of the border that goes into the margin is taken into
1154+
account when determining if the table overflows some ancestor (see
1155+
<span class="propinst-overflow">'overflow'</span>).
1156+
11531157
<div class="figure">
11541158
<p><img src="images/tbl-width.png" alt="Schema showing the widths of
11551159
cells and borders and the padding of cells"><p class="caption"> Schema

0 commit comments

Comments
 (0)