- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Oct 2011 06:35:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7617 Modified Files: Overview.html Log Message: Define compatibility mapping for ISO-2022-JP. (whatwg r6646) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5328 retrieving revision 1.5329 diff -u -d -r1.5328 -r1.5329 --- Overview.html 5 Oct 2011 23:33:04 -0000 1.5328 +++ Overview.html 6 Oct 2011 06:35:53 -0000 1.5329 @@ -320,7 +320,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-5-october-2011">Editor's Draft 5 October 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-6-october-2011">Editor's Draft 6 October 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -466,7 +466,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 5 October 2011 Editor's Draft. + This specification is the 6 October 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -12215,6 +12215,7 @@ <a href="#refsRFC1468">[RFC1468]</a><!-- ISO-2022-JP --> <a href="#refsRFC2237">[RFC2237]</a><!-- ISO-2022-JP-1 --> <a href="#refsRFC1554">[RFC1554]</a><!-- ISO-2022-JP-2 --> + <a href="#refsCP50220">[CP50220]</a> <a href="#refsRFC1922">[RFC1922]</a> <a href="#refsRFC1557">[RFC1557]</a><!-- ISO-2022-KR --> <a href="#refsCESU8">[CESU8]</a> @@ -56598,6 +56599,11 @@ <tr><td> GB_2312-80 <td> GBK <td> <a href="#refsRFC1345">[RFC1345]</a> <a href="#refsGBK">[GBK]</a> + <tr><td> ISO-2022-JP <td> CP50220 <td> + <a href="#refsRFC1468">[RFC1468]</a><!-- ISO-2022-JP --> + <a href="#refsRFC2237">[RFC2237]</a><!-- ISO-2022-JP-1 --> + <a href="#refsRFC1554">[RFC1554]</a><!-- ISO-2022-JP-2 --> + <a href="#refsCP50220">[CP50220]</a> <tr><td> ISO-8859-1 <td> windows-1252 <td> <a href="#refsRFC1345">[RFC1345]</a> <a href="#refsWIN1252">[WIN1252]</a> @@ -72435,8 +72441,11 @@ <dt id="refsCORS">[CORS]</dt> <dd><cite><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin - Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd> + Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd> + <dt id="refsCP50220">[CP50220]</dt> + <dd><cite><a href="http://www.iana.org/assignments/charset-reg/CP50220">CP50220</a></cite>, + Y. Naruse. IANA.</dd> <dt id="refsCP51932">[CP51932]</dt> <dd><cite><a href="http://www.iana.org/assignments/charset-reg/CP51932">CP51932</a></cite>, Y. Naruse. IANA.</dd>
Received on Thursday, 6 October 2011 06:37:17 UTC