11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: tables.src,v 2.67 2003-08-04 13:29:20 bbos Exp $ -->
3+ <!-- $Id: tables.src,v 2.68 2003-08-20 16:44:50 bbos Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66<title>Tables</title>
@@ -106,7 +106,7 @@ FOO { display : table }
106106BAR { display : table-caption }
107107</PRE>
108108
109- <P><a name="internal">We discuss the various table elements in the
109+ <P><a name="internal"></a> We discuss the various table elements in the
110110following section. In
111111this specification, the term <span class="index-def" title="table
112112element"><dfn>table element</dfn></span> refers to any element
@@ -556,7 +556,7 @@ table size.
556556</div>
557557
558558<div class="html-example">
559- <p>Here are two examples. The first is assumed is assumed to occur in
559+ <p>Here are two examples. The first is assumed to occur in
560560an HTML document, the second an XHTML document:
561561
562562<pre>
@@ -566,14 +566,14 @@ an HTML document, the second an XHTML document:
566566</TABLE>
567567</pre>
568568
569- <pre><pre>
570- <TABLE >
571- <TR ><TD >1 </TD ><TD rowspan="2">2 </TD ><TD >3 </TD ><TD >4 <TD ><TR >
572- <TR ><TD colspan="2">5 <TD ><TR >
573- </TABLE >
569+ <pre>
570+ <table >
571+ <tr ><td >1 </td ><td rowspan="2">2 </td ><td >3 </td ><td >4 <td ><tr >
572+ <tr ><td colspan="2">5 <td ><tr >
573+ </table >
574574</pre>
575575
576- <p>The second case is formatted as in the figure on the
576+ <p>The second is formatted as in the figure on the
577577right. However, the HTML table's rendering is explicitly undefined by
578578HTML, and CSS doesn't try to define it. User agents are free to render
579579it, e.g., as in the figure on the left.
@@ -582,7 +582,7 @@ it, e.g., as in the figure on the left.
582582<p><img src="images/table-overlap.png" alt="One table with overlapping
583583cells and one without"> <p class="caption">On the left, one possible
584584rendering of an erroneous HTML 4 table; on the right, the only
585- possible formatting of a similar, XHTML table.
585+ possible formatting of a similar XHTML table.
586586</div>
587587</div>
588588
0 commit comments