html5/html-author Overview.html,1.61,1.62 Overview.src.html,1.63,1.64

Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv27690

Modified Files:
	Overview.html Overview.src.html 
Log Message:
markup corrections

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Overview.html	9 Mar 2009 16:00:30 -0000	1.61
+++ Overview.html	9 Mar 2009 16:01:57 -0000	1.62
@@ -1256,9 +1256,9 @@
 		<p>HTML Example</p>
 		<pre>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
-<strong><a href="#the-head-element">&lt;head&gt;</a></strong>
+<mark>&lt;head&gt;</mark>
   &lt;title&gt;Example&lt;/title&gt;
-<strong><a href="#the-head-element">&lt;/head&gt;</a></strong>
+<mark>&lt;/head&gt;</mark>
 &lt;body&gt;
   &lt;h1&gt;Document&lt;/h1&gt;
 &lt;/body&gt;
@@ -1269,12 +1269,12 @@
 	<div class="example xhtml">
 		<p>XHTML Example</p>
 		<pre>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
-&lt;head&gt;
+<mark>&lt;head&gt;</mark>
   &lt;title&gt;Example&lt;/title&gt;
-&lt;/head&gt;
-<strong><a href="#the-body-element">&lt;body&gt;</a></strong>
+<mark>&lt;/head&gt;</mark>
+&lt;body&gt;
   &lt;h1&gt;Document&lt;/h1&gt;
-<strong><a href="#the-body-element">&lt;/body&gt;</a></strong>
+&lt;/body&gt;
 &lt;/html&gt;
 </pre>
 	</div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Overview.src.html	9 Mar 2009 16:00:31 -0000	1.63
+++ Overview.src.html	9 Mar 2009 16:01:57 -0000	1.64
@@ -1075,9 +1075,9 @@
 		<pre>
 &lt;!DOCTYPE html&gt;
 &lt;html&gt;
-<strong>&lt;head&gt;</strong>
+<mark>&lt;head&gt;</mark>
   &lt;title&gt;Example&lt;/title&gt;
-<strong>&lt;/head&gt;</strong>
+<mark>&lt;/head&gt;</mark>
 &lt;body&gt;
   &lt;h1&gt;Document&lt;/h1&gt;
 &lt;/body&gt;
@@ -1089,12 +1089,12 @@
 		<p>XHTML Example</p>
 		<pre>
 &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
-&lt;head&gt;
+<mark>&lt;head&gt;</mark>
   &lt;title&gt;Example&lt;/title&gt;
-&lt;/head&gt;
-<strong>&lt;body&gt;</strong>
+<mark>&lt;/head&gt;</mark>
+&lt;body&gt;
   &lt;h1&gt;Document&lt;/h1&gt;
-<strong>&lt;/body&gt;</strong>
+&lt;/body&gt;
 &lt;/html&gt;
 </pre>
 	</div>

Received on Monday, 9 March 2009 16:02:09 UTC