html5/spec Overview.html,1.4739,1.4740

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

Modified Files:
	Overview.html 
Log Message:
Make the initial state of selections and cursors platform-specific. (whatwg r5900)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4739
retrieving revision 1.4740
diff -u -d -r1.4739 -r1.4740
--- Overview.html	17 Feb 2011 00:52:00 -0000	1.4739
+++ Overview.html	17 Feb 2011 02:02:06 -0000	1.4740
@@ -37876,6 +37876,11 @@
   selection, this must set the cursor to be just before the character
   with offset <var title="">end</var>.</p>
 
+  <p>All elements to which this API applies have either a selection or
+  a text entry cursor position at all times (even for elements that
+  are not <a href="#being-rendered">being rendered</a>). User agents should follow
+  platform conventions to determine their initial state.</p>
+
   </div><div class="example">
 
    <p>To obtain the currently selected text, the following JavaScript

Received on Thursday, 17 February 2011 02:02:13 UTC