- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:09 -0500
- To: public-html-diffs@w3.org
hixie: web dev edition supporting changes (whatwg r5746) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4606&r2=1.4607&f=h http://html5.org/tools/web-apps-tracker?from=5745&to=5746 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4606 retrieving revision 1.4607 diff -u -d -r1.4606 -r1.4607 --- Overview.html 6 Jan 2011 23:08:42 -0000 1.4606 +++ Overview.html 7 Jan 2011 00:40:25 -0000 1.4607 @@ -3188,7 +3188,11 @@ </div><p>A string <var title="">pattern</var> is a <dfn id="prefix-match">prefix match</dfn> for a string <var title="">s</var> when <var title="">pattern</var> is not longer than <var title="">s</var> and truncating <var title="">s</var> to <var title="">pattern</var>'s length leaves the - two strings as matches of each other.<h3 id="utf-8"><span class="secno">2.4 </span>UTF-8</h3><p>When a user agent is required to <dfn id="decoded-as-utf-8-with-error-handling" title="decoded as UTF-8, + two strings as matches of each other.<div class="impl"> + + <h3 id="utf-8"><span class="secno">2.4 </span>UTF-8</h3> + + <p>When a user agent is required to <dfn id="decoded-as-utf-8-with-error-handling" title="decoded as UTF-8, with error handling">decode a byte string as UTF-8, with error handling</dfn>, it means that the byte stream must be converted to a Unicode string by interpreting it as UTF-8, except that any errors @@ -3234,9 +3238,13 @@ </dl><p>For the purposes of the above requirements, an <dfn id="overlong-form">overlong form</dfn> in UTF-8 is a sequence that encodes a codepoint using more bytes than the minimum needed to encode that codepoint in - UTF-8.<p class="example">For example, the byte string "41 98 BA 42 E2 98 + UTF-8.</p> + + <p class="example">For example, the byte string "41 98 BA 42 E2 98 43 E2 98 BA E2 98" would be converted to the string - "A��B�C☺�".<h3 id="common-microsyntaxes"><span class="secno">2.5 </span>Common microsyntaxes</h3><p>There are various places in HTML that accept particular data + "A��B�C☺�".</p> + + </div><h3 id="common-microsyntaxes"><span class="secno">2.5 </span>Common microsyntaxes</h3><p>There are various places in HTML that accept particular data types, such as dates or numbers. This section describes what the conformance criteria for content in those formats is, and how to parse them.<div class="impl">
Received on Wednesday, 12 January 2011 02:44:16 UTC