[html5] r5900 - [giow] (2) Make the initial state of selections and cursors platform-specific. F [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 16 18:02:01 PST 2011
Author: ianh
Date: 2011-02-16 18:01:59 -0800 (Wed, 16 Feb 2011)
New Revision: 5900
Modified:
complete.html
index
source
Log:
[giow] (2) Make the initial state of selections and cursors platform-specific.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11483
Modified: complete.html
===================================================================
--- complete.html 2011-02-17 00:51:55 UTC (rev 5899)
+++ complete.html 2011-02-17 02:01:59 UTC (rev 5900)
@@ -48025,6 +48025,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>
Modified: index
===================================================================
--- index 2011-02-17 00:51:55 UTC (rev 5899)
+++ index 2011-02-17 02:01:59 UTC (rev 5900)
@@ -48008,6 +48008,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>
Modified: source
===================================================================
--- source 2011-02-17 00:51:55 UTC (rev 5899)
+++ source 2011-02-17 02:01:59 UTC (rev 5900)
@@ -53905,6 +53905,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 <span>being rendered</span>). User agents should follow
+ platform conventions to determine their initial state.</p>
+
</div>
<div class="example">
More information about the Commit-Watchers
mailing list