Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Make the initial state of selections and cursors platform-…
…specific.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11483

git-svn-id: http://svn.whatwg.org/webapps@5900 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2011
1 parent 919b050 commit 5c52872
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -48025,6 +48025,11 @@ <h4 id=textFieldSelection><span class=secno>4.10.20 </span>APIs for the text fie
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>
Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -48008,6 +48008,11 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
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>
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -53905,6 +53905,11 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
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">
Expand Down

0 comments on commit 5c52872

Please sign in to comment.