CVS html5/html-xhtml-author-guide

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

Modified Files:
	SamplePage.xhtml 
Log Message:
updating hardlink

--- /sources/public/html5/html-xhtml-author-guide/SamplePage.xhtml	2013/04/24 13:37:40	1.2
+++ /sources/public/html5/html-xhtml-author-guide/SamplePage.xhtml	2013/04/24 14:06:24	1.3
@@ -1,12 +1,11 @@
 <!DOCTYPE html>
 
-
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
 	<head>
 		<title>A Sample Page Using Polglot Markup</title>
 		<meta charset='utf-8' />
-		<!-- The link element is self-closing as described in Section 6.4 Void Elements -->
+		<!-- The link element is self-closing as described in Section 6.4 Void Elements. -->
 		<!-- Style commands are included by linking to an external file rather than including them in-line as described in Section 9. Script and Style -->
 		<link type="text/css" rel="stylesheet" href="Sample.css"/>
 	</head>
@@ -82,7 +81,7 @@
 				The following table uses the required <code>&lt;tbody&gt;</code> element, as described in 
 				<a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#required-elements">Section 6.1 Required Elements</a>.
 			</p>
-			<table>
+			<table border="1">
 				<!-- Explicit use of the <tbody> element, as described in Section 6.1 Required Elements -->
 				<tbody>
 					<tr>
@@ -108,7 +107,7 @@
 				The following table uses the required <code>&lt;colgroup&gt;</code> element, as described in 
 				<a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#required-elements">Section 6.1 Required Elements</a>.
 			</p>
-			<table>
+			<table border="1">
 				<!-- Explicit use of the <colgroup> element as described in Section 6.1 Required Elements -->
 					<colgroup>
 						<col style="background-color:silver"/>

Received on Wednesday, 24 April 2013 14:06:29 UTC