html5/html-xhtml-author-guide SamplePage.html,1.1,1.2

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

Modified Files:
	SamplePage.html 
Log Message:
Removed table attributes that better belonged in CSS

Index: SamplePage.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/SamplePage.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SamplePage.html	1 Dec 2010 23:13:15 -0000	1.1
+++ SamplePage.html	1 Dec 2010 23:25:48 -0000	1.2
@@ -122,7 +122,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 width="100%" border="1">
+		<table>
 			<!-- Explicit use of the <colgroup> element as described in Section 6.1 Required Elements -->
 				<colgroup>
 					<col style="background-color:silver"/>

Received on Wednesday, 1 December 2010 23:25:52 UTC