- From: poot <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 18:00:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Tweaks to handling of bad characters. (whatwg r3982) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3143&r2=1.3144&f=h http://html5.org/tools/web-apps-tracker?from=3981&to=3982 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3143 retrieving revision 1.3144 diff -u -d -r1.3143 -r1.3144 --- Overview.html 23 Sep 2009 12:58:35 -0000 1.3143 +++ Overview.html 24 Sep 2009 08:59:28 -0000 1.3144 @@ -215,7 +215,7 @@ <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> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-23-september-2009">Editor's Draft 23 September 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-24-september-2009">Editor's Draft 24 September 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -317,7 +317,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 23 September 2009 Editor's Draft. + This specification is the 24 September 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -56262,8 +56262,8 @@ decoder, and once by the parser --> <p>Bytes or sequences of bytes in the original byte stream that - could not be converted to Unicode characters must be converted to - U+FFFD REPLACEMENT CHARACTER code points.</p> + could not be converted to Unicode code points must be converted to + U+FFFD REPLACEMENT CHARACTERs.</p> <p class="note">Bytes or sequences of bytes in the original byte stream that did not conform to the encoding specification @@ -63372,6 +63372,7 @@ <tr> <td> <code title="">bsime;</code> </td> <td> U+022CD </td> </tr> <tr> <td> <code title="">bsol;</code> </td> <td> U+0005C </td> </tr> <tr> <td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> </tr> + <tr> <td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> </tr> <tr> <td> <code title="">bull;</code> </td> <td> U+02022 </td> </tr> <tr> <td> <code title="">bullet;</code> </td> <td> U+02022 </td> </tr> <tr> <td> <code title="">bump;</code> </td> <td> U+0224E </td> </tr> @@ -64494,6 +64495,7 @@ <tr> <td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> </tr> <tr> <td> <code title="">supe;</code> </td> <td> U+02287 </td> </tr> <tr> <td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> </tr> + <tr> <td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> </tr> <tr> <td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> </tr> <tr> <td> <code title="">suplarr;</code> </td> <td> U+0297B </td> </tr> <tr> <td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> </tr>
Received on Thursday, 24 September 2009 09:00:39 UTC