html5/spec Overview.html,1.5651,1.5652

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

Modified Files:
	Overview.html 
Log Message:
make terminology less confusing (whatwg r7095)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5651
retrieving revision 1.5652
diff -u -d -r1.5651 -r1.5652
--- Overview.html	7 May 2012 23:47:27 -0000	1.5651
+++ Overview.html	8 May 2012 00:24:32 -0000	1.5652
@@ -321,7 +321,7 @@
 
    <h1>HTML5</h1>
    <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>
-   <h2 class="no-num no-toc" id="editor-s-draft-7-may-2012">Editor's Draft 7 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-8-may-2012">Editor's Draft 8 May 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -514,7 +514,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 7 May 2012 Editor's Draft.
+  This specification is the 8 May 2012 Editor's Draft.
   </p>
 
 
@@ -3273,7 +3273,7 @@
   <p>The term <dfn id="unicode-character">Unicode character</dfn> is used to mean a <i title="">Unicode scalar value</i> (i.e. any Unicode code point that
   is not a surrogate code point). <a href="#refsUNICODE">[UNICODE]</a></p>
 
-  <p>The <dfn id="code-point-length">code-point length</dfn> of a string is the number of
+  <p>The <dfn id="code-unit-length">code-unit length</dfn> of a string is the number of
   <a href="#code-unit" title="code unit">code units</a> in that string.</p>
 
   <p class="note">This complexity results from the historical decision
@@ -42898,7 +42898,7 @@
   flag</a></span>.</p>
 
   <p>If the <code><a href="#the-input-element">input</a></code> element has a <a href="#maximum-allowed-value-length">maximum allowed
-  value length</a>, then the <a href="#code-point-length">code-point length</a> of the
+  value length</a>, then the <a href="#code-unit-length">code-unit length</a> of the
   value of the element's <code title="attr-input-value"><a href="#attr-input-value">value</a></code>
   attribute must be equal to or less than the element's <a href="#maximum-allowed-value-length">maximum
   allowed value length</a>.</p>
@@ -44841,7 +44841,7 @@
 
   <p>If the <code><a href="#the-textarea-element">textarea</a></code> element has a <a href="#maximum-allowed-value-length">maximum allowed
   value length</a>, then the element's children must be such that
-  the <a href="#code-point-length">code-point length</a> of the value of the element's
+  the <a href="#code-unit-length">code-unit length</a> of the value of the element's
   <code><a href="#textcontent">textContent</a></code> IDL attribute is equal to or less than the
   element's <a href="#maximum-allowed-value-length">maximum allowed value length</a>.</p>
 
@@ -44947,7 +44947,7 @@
   selection direction to <i>none</i>.</p>
 
   <p>The <dfn id="dom-textarea-textlength" title="dom-textarea-textLength"><code>textLength</code></dfn> IDL
-  attribute must return the <a href="#code-point-length">code-point length</a> of the
+  attribute must return the <a href="#code-unit-length">code-unit length</a> of the
   element's <a href="#concept-textarea-api-value" title="concept-textarea-api-value">API
   value</a>.</p>
 
@@ -46338,12 +46338,12 @@
   <a href="#maximum-allowed-value-length">maximum allowed value length</a>, its <var title="">dirty
   value flag</var> is true, its <a href="#concept-fe-value" title="concept-fe-value">value</a> was last changed by a user
   edit (as opposed to a change made by a script), and the
-  <a href="#code-point-length">code-point length</a> of the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is greater than the element's
+  <a href="#code-unit-length">code-unit length</a> of the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is greater than the element's
   <a href="#maximum-allowed-value-length">maximum allowed value length</a>, then the element is
   <a href="#suffering-from-being-too-long">suffering from being too long</a>.</p>
 
   <p>User agents may prevent the user from causing the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to be set to a value whose
-  <a href="#code-point-length">code-point length</a> is greater than the element's
+  <a href="#code-unit-length">code-unit length</a> is greater than the element's
   <a href="#maximum-allowed-value-length">maximum allowed value length</a>.</p>
 
   </div>

Received on Tuesday, 8 May 2012 00:24:40 UTC