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

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

Modified Files:
	SamplePage.html 
Log Message:
Fixed validation errors in sample page

Index: SamplePage.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/SamplePage.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SamplePage.html	1 Dec 2010 23:25:48 -0000	1.2
+++ SamplePage.html	2 Dec 2010 00:28:29 -0000	1.3
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
 <head>
-	<meta content="text/html; charset=utf-8"/>
+	<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
 	<!-- Content type and character encoding declared as described in Section 3. Specifying a Document's Character Encoding -->
 	<!-- Note that polyglot markup may also declare character encoding in the HTTP header of the response, as described in Section 3. Specifying a Document's Character Encoding  -->
 	<title>A Sample Page Using Polglot Markup</title>
@@ -53,7 +53,7 @@
 				</defs>
 				<ellipse cx="50%" cy="50%" rx="50%" ry="42%" style="fill:url(#myGradient)"/>
 				<rect x="0" y="0" width="100" height="100" style="fill: yellow; stroke: black;"/> 
-				<a xlink:href="http://www.w3schools.com/svg/tryit.asp?filename=path2&type=svg">
+				<a xlink:href="http://www.w3schools.com/svg/tryit.asp?filename=path2&amp;type=svg">
 			       <path  transform="translate(60, -175)" d="M153 334
 			        C153 334 151 334 151 334
 			        C151 339 153 344 156 344

Received on Thursday, 2 December 2010 00:28:33 UTC