CVS html5/html-xhtml-author-guide

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

Modified Files:
	SamplePage.html 
Log Message:
adding @border on the table elements

--- /sources/public/html5/html-xhtml-author-guide/SamplePage.html	2013/04/24 13:58:03	1.10
+++ /sources/public/html5/html-xhtml-author-guide/SamplePage.html	2013/04/24 14:03:37	1.11
@@ -81,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>
@@ -107,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:03:42 UTC