- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Mar 2012 11:22:17 +0000
- To: public-html-commits@w3.org
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 @@
<input type=email <strong>form=foo</strong> name=email>
</label>
<form <strong>id=foo</strong>></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