[html5] r6633 - [e] (0) Redefine code-point length in terms of UTF-16 16bit code units. Fixing h [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 5 10:28:31 PDT 2011


Author: ianh
Date: 2011-10-05 10:28:30 -0700 (Wed, 05 Oct 2011)
New Revision: 6633

Modified:
   complete.html
   index
   source
Log:
[e] (0) Redefine code-point length in terms of UTF-16 16bit code units.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13676

Modified: complete.html
===================================================================
--- complete.html	2011-10-05 01:55:21 UTC (rev 6632)
+++ complete.html	2011-10-05 17:28:30 UTC (rev 6633)
@@ -4454,7 +4454,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

Modified: index
===================================================================
--- index	2011-10-05 01:55:21 UTC (rev 6632)
+++ index	2011-10-05 17:28:30 UTC (rev 6633)
@@ -4454,7 +4454,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

Modified: source
===================================================================
--- source	2011-10-05 01:55:21 UTC (rev 6632)
+++ source	2011-10-05 17:28:30 UTC (rev 6633)
@@ -3520,7 +3520,8 @@
   start or end of the string.</p>
 
   <p>The <dfn>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>strictly split a string</dfn> on a
   particular delimiter character <var title="">delimiter</var>, it




More information about the Commit-Watchers mailing list