html5/html4-differences Overview.src.html,1.145,1.146

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv15249

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

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.src.html	2 Mar 2012 11:14:10 -0000	1.145
+++ Overview.src.html	2 Mar 2012 11:22:15 -0000	1.146
@@ -463,7 +463,7 @@
       <li><p><code data-anolis-spec=html>keygen</code>
       represents control for key pair generation.</p></li>
 
-      <li><p><code data-anolis-spec=html>output</code></a>
+      <li><p><code data-anolis-spec=html>output</code>
       represents some type of output, such as from a calculation done
       through scripting.</p></li>
     </ul>
@@ -556,7 +556,6 @@
  &lt;input type=email <strong>form=foo</strong> name=email>
 &lt;/label>
 &lt;form <strong>id=foo</strong>>&lt;/form></code></pre>
-       </div>
       </li>
 
       <li><p>The new <code data-anolis-spec=html title=attr-input-required>required</code> attribute applies to
@@ -914,7 +913,7 @@
       <li><code data-anolis-spec=html title=attr-body-alink>alink</code>, <code data-anolis-spec=html title=attr-body-link>link</code>, <code data-anolis-spec=html title=attr-body-text>text</code> and
       <code data-anolis-spec=html title=attr-body-vlink>vlink</code> attributes on <code data-anolis-spec=html>body</code>.
 
-      <li><code data-anolis-spec=html tilte=attr-body-background>background</code> attribute on <code data-anolis-spec=html>body</code>.
+      <li><code data-anolis-spec=html title=attr-body-background>background</code> attribute on <code data-anolis-spec=html>body</code>.
 
       <li><code data-anolis-spec=html title=attr-body-bgcolor>bgcolor</code> attribute on <code data-anolis-spec=html>table</code>, <code data-anolis-spec=html>tr</code>,
       <code data-anolis-spec=html>td</code>, <code data-anolis-spec=html>th</code> and <code data-anolis-spec=html>body</code>.
@@ -1138,8 +1137,7 @@
     <p>The changelogs in this section indicate what has been changed between
     publications of the HTML5 drafts, as well as changes in WHATWG HTML that do
     not affect HTML5. Rationale for changes can be found in the <a
-    href="http://lists.w3.org/Archives/Public/public-html/">public-html@w3.org</
-    a> and <a
+    href="http://lists.w3.org/Archives/Public/public-html/">public-html@w3.org</a> and <a
     href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">whatwg@whatwg.
     org</a> mailing list archives, and the <a
     href="http://blog.whatwg.org/category/weekly-review">WHATWG Weekly</a>

Received on Friday, 2 March 2012 11:22:22 UTC