- From: poot <cvsmail@w3.org>
- Date: Fri, 10 Jul 2009 05:31:36 +0900 (JST)
- To: public-html-diffs@w3.org
mike: removed the restriction that tools can't generate the legacy doctype unless they are incapable for generating the non-legacy one http://dev.w3.org/cvsweb/html5/markup/Overview.html?r1=1.322&r2=1.323&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.322 retrieving revision 1.323 diff -u -d -r1.322 -r1.323 --- Overview.html 8 Jul 2009 10:31:00 -0000 1.322 +++ Overview.html 9 Jul 2009 20:31:07 -0000 1.323 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>8 July 2009</em> +<h2>Editor’s Draft <em>10 July 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -42,7 +42,7 @@ <p> - This document is the 8 July 2009 Editor’s Draft of + This document is the 10 July 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/syntax.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- syntax.html 8 Jul 2009 10:31:03 -0000 1.11 +++ syntax.html 9 Jul 2009 20:31:08 -0000 1.12 @@ -80,15 +80,9 @@ <div class="example"> <p>The following are examples of some DOCTYPEs that match the above pattern.</p> - <pre><!doctype html public 'about:legacy-compat'></pre> - <pre><!DOCTYPE HTML PUBLIC "about:legacy-compat"></pre> + <pre><!doctype html system 'about:legacy-compat'></pre> + <pre><!DOCTYPE HTML system "about:legacy-compat"></pre> </div> - <p>A tool that produces documents that conform to this - specification should not produce documents with a DOCTYPE - matching the <a href="syntax.html#doctype.legacy">doctype.legacy</a> - pattern unless the tool is incapable of generating a DOCTYPE - matching the - <a href="syntax.html#doctype.pattern">doctype</a> pattern.</p> </div> <div id="character-encoding" class="section"> <h2>6.2. Character encoding declaration <a class="hash" href="#character-encoding">#</a> <a class="toc-bak" href="Overview.html#character-encoding-toc">T</a></h2> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- spec.html 8 Jul 2009 10:31:02 -0000 1.45 +++ spec.html 9 Jul 2009 20:31:07 -0000 1.46 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>8 July 2009</em> +<h2>Editor’s Draft <em>10 July 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -41,7 +41,7 @@ <p> - This document is the 8 July 2009 Editor’s Draft of + This document is the 10 July 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -996,15 +996,9 @@ <div class="example"> <p>The following are examples of some DOCTYPEs that match the above pattern.</p> - <pre><!doctype html public 'about:legacy-compat'></pre> - <pre><!DOCTYPE HTML PUBLIC "about:legacy-compat"></pre> + <pre><!doctype html system 'about:legacy-compat'></pre> + <pre><!DOCTYPE HTML system "about:legacy-compat"></pre> </div> - <p>A tool that produces documents that conform to this - specification should not produce documents with a DOCTYPE - matching the <a href="#doctype.legacy">doctype.legacy</a> - pattern unless the tool is incapable of generating a DOCTYPE - matching the - <a href="#doctype.pattern">doctype</a> pattern.</p> </div> <div id="character-encoding" class="section"> <h2>6.2. Character encoding declaration <a class="hash" href="#character-encoding">#</a> <a class="toc-bak" href="#character-encoding-toc">T</a>
Received on Thursday, 9 July 2009 20:32:13 UTC