You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The second table is formatted as in the figure on the
576
+
<p>The second case is formatted as in the figure on the
583
577
right. However, the HTML table's rendering is explicitly undefined by
584
578
HTML, and CSS doesn't try to define it. User agents are free to render
585
579
it, e.g., as in the figure on the left.
@@ -588,7 +582,7 @@ it, e.g., as in the figure on the left.
588
582
<p><img src="images/table-overlap.png" alt="One table with overlapping
589
583
cells and one without"> <p class="caption">On the left, one possible
590
584
rendering of an erroneous HTML 4 table; on the right, the only
591
-
possible formatting of a similar, <del cite="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0306.html">non-HTML</del> <ins cite="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0306.html">XHTML</ins> table.
585
+
possible formatting of a similar, XHTML table.
592
586
</div>
593
587
</div>
594
588
@@ -1044,13 +1038,11 @@ vertical spacing. If two are specified, the first gives the horizontal
1044
1038
spacing and the second the vertical spacing. Lengths may not be
1045
1039
negative.
1046
1040
1047
-
<ins>
1048
1041
<p>The distance between the table border and the borders of the cells
1049
1042
on the edge of the table is the table's padding for that side, plus
1050
1043
the relevant border spacing distance. For example, on the right hand
1051
1044
side, the distance is <var>padding-right</var> + <var>horizontal
1052
1045
border-spacing</var>.
1053
-
</ins>
1054
1046
1055
1047
<p>In this model, each cell has an individual border. The
0 commit comments