html5/html-xhtml-author-guide SamplePage.html,1.4,1.5

Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv4605

Modified Files:
	SamplePage.html 
Log Message:
Added missing <tbody> tag in second table example.

Index: SamplePage.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/SamplePage.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- SamplePage.html	2 Dec 2010 20:15:49 -0000	1.4
+++ SamplePage.html	16 Dec 2010 16:19:03 -0000	1.5
@@ -31,7 +31,7 @@
 				and <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#attribute-values">6.3.3 Attribute Values</a>.
 			</p>
 	
-			<!-- Polyglot markup declares the xlink: namespace within the <svg> element to maintain XML-compatibility  -->
+			<!-- Polyglot markup declares the xlink: namespace on the <svg> element to maintain XML-compatibility  -->
 			<svg width="350" height="250" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 				<g>
 					<title>Three SVG shapes</title>
@@ -126,6 +126,7 @@
 						<col style="background-color:gray"/>
 						<col style="background-color:yellow"/>
 					</colgroup>
+				<tbody>
 				 	<tr>
 				 		<th>ISBN</th>
 				 		<th>Title</th>
@@ -141,6 +142,7 @@
 				 		<td>Intermediate Polyglot</td>
 				 		<td>$49</td>
 					</tr>
+				</tbody>
 			</table>
 	
 		

Received on Thursday, 16 December 2010 16:19:07 UTC