html5/spec Overview.html,1.5317,1.5318

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

Modified Files:
	Overview.html 
Log Message:
Redefine code-point length in terms of UTF-16 16bit code units. (whatwg r6633)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5317
retrieving revision 1.5318
diff -u -d -r1.5317 -r1.5318
--- Overview.html	5 Oct 2011 00:05:52 -0000	1.5317
+++ Overview.html	5 Oct 2011 17:31:38 -0000	1.5318
@@ -3703,7 +3703,7 @@
   start or end of the string.</p>
 
   <p>The <dfn id="code-point-length">code-point length</dfn> of a string is the number of
-  Unicode code points in that string.</p>
+  <span title="code unit">code units</span> in that string. <a href="#refsWEBIDL">[WEBIDL]</a></p>
 
   <p>When a user agent has to <dfn id="strictly-split-a-string">strictly split a string</dfn> on a
   particular delimiter character <var title="">delimiter</var>, it

Received on Wednesday, 5 October 2011 17:31:44 UTC