html-author/Overview.html 1.62 markup corrections

markup corrections

4.2 Global Attributes
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.62.html#global-attributes
DOM Interface
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.62.html#dom-interface-0
4.1.9 Transparent Content Models
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.62.html#transparent-content-models

http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.61&r2=1.62&f=h

===================================================================
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:04:48 UTC