html5/spec Overview.html,1.4679,1.4680

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12482

Modified Files:
	Overview.html 
Log Message:
s/codepoint/code point/ for consistency (whatwg r5822)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4679
retrieving revision 1.4680
diff -u -d -r1.4679 -r1.4680
--- Overview.html	3 Feb 2011 20:56:35 -0000	1.4679
+++ Overview.html	3 Feb 2011 20:59:24 -0000	1.4680
@@ -3220,8 +3220,8 @@
    <dd>Each byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>
 
   </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
+  form</dfn> in UTF-8 is a sequence that encodes a code point using
+  more bytes than the minimum needed to encode that code point in
   UTF-8.</p>
 
   <p class="example">For example, the byte string "41 98 BA 42 E2 98
@@ -38763,7 +38763,7 @@
            0x30 to 0x39, 0x41 to 0x5A, 0x5F, 0x61 to 0x7A</dt>
 
            <dd><p>Append to <var title="">s</var> the Unicode
-           character with the codepoint equal to the byte.</dd>
+           character with the code point equal to the byte.</dd>
 
            <dt>Otherwise</dt>
 
@@ -55360,7 +55360,7 @@
 
   <p>Code points in the range U+D800 to U+DFFF<!-- surrogates are not
   allowed e.g. in UTF-8, and we don't want them to suddenly turn into
-  codepoints when they go through a UTF-16 pipe --> in the input must
+  code points when they go through a UTF-16 pipe --> in the input must
   be replaced by U+FFFD REPLACEMENT CHARACTERs. Any occurrences of
   such characters and code points are <a href="#parse-error" title="parse error">parse
   errors</a>.</p>

Received on Thursday, 3 February 2011 20:59:31 UTC