- From: poot <cvsmail@w3.org>
- Date: Wed, 16 Feb 2011 21:03:26 -0500
- To: public-html-diffs@w3.org
hixie: Make the initial state of selections and cursors platform-
specific. (whatwg r5900)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4739&r2=1.4740&f=h
http://html5.org/tools/web-apps-tracker?from=5899&to=5900
===================================================================
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:03:27 UTC