- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Jan 2009 17:05:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv15467
Modified Files:
Overview.html Overview.src.html
Log Message:
typos
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.html 23 Jan 2009 17:02:30 -0000 1.50
+++ Overview.html 23 Jan 2009 17:05:27 -0000 1.51
@@ -38,7 +38,10 @@
<dd><a
href="http://www.w3.org/html/wg/html5/diff/">http://www.w3.org/html/wg/html5/diff/</a>
- <dt>Previous Version:
+ <dt>Previous Versions:
+
+ <dd><a
+ href="http://www.w3.org/TR/2008/WD-html5-diff-20080610/">http://www.w3.org/TR/2008/WD-html5-diff-20080610/</a>
<dd><a
href="http://www.w3.org/TR/2008/WD-html5-diff-20080122/">http://www.w3.org/TR/2008/WD-html5-diff-20080122/</a>
@@ -335,13 +338,13 @@
<p>The HTML 5 language has a "custom" HTML syntax that is compatible
with HTML 4 and XHTML 1 documents published on the Web, but is
not compatible with the more esoteric SGML features of HTML 4, such
- as <code><em/content/</code>. Documents using this "custom" syntax must
- be served with the <code>text/html</code> media type.
+ as <code><em/content/</code>. Documents using the HTML syntax must be
+ served with the <code>text/html</code> media type.
<p>HTML 5 also defines detailed parsing rules (including "error
handling") for this syntax which are largely compatible with popular
- implementations. User agents must these rules for resources that have the
- <code>text/html</code> media type. Here is an example document that
+ implementations. User agents must use these rules for resources that have
+ the <code>text/html</code> media type. Here is an example document that
conforms to the HTML syntax:
<pre><!doctype html>
@@ -1247,9 +1250,8 @@
<li>User agents must treat US-ASCII as Windows-1252 for compatibility
reasons.
- <li>An alternative syntax for the <code><a
- href="#ref-doctype">DOCTYPE</a></code> is allowed for compatibility with
- XSLT.
+ <li>An alternative syntax for the <code title="">DOCTYPE</code> is allowed
+ for compatibility with XSLT.
<li>Web Forms 2.0 has been fully integrated into the specification. This
means that just like in HTML 4 there is a chapter on forms.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.src.html 23 Jan 2009 17:02:30 -0000 1.29
+++ Overview.src.html 23 Jan 2009 17:05:27 -0000 1.30
@@ -1110,8 +1110,8 @@
parsing.</li>
<li>User agents must treat US-ASCII as Windows-1252 for compatibility
reasons.</li>
- <li>An alternative syntax for the <code>DOCTYPE</code> is allowed for
- compatibility with XSLT.</li>
+ <li>An alternative syntax for the <code title="">DOCTYPE</code> is
+ allowed for compatibility with XSLT.</li>
<li>Web Forms 2.0 has been fully integrated into the
specification. This means that just like in HTML 4 there is a
chapter on forms.</li>
Received on Friday, 23 January 2009 17:05:38 UTC