- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 02:05:57 +0900 (JST)
- To: public-html-diffs@w3.org
typos 5 HTML 5 Changelogs http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.51.html#changelog 2 Syntax http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.51.html#syntax Editor's Draft 23 January 2009 http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.51.html#w3c-doctype http://people.w3.org/mike/diffs/html5/html4-differences/Overview.diff.html http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.50&r2=1.51&f=h =================================================================== 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:06:32 UTC