Skip to content

Commit

Permalink
[e] (0) note that we should add textLength when doing input/textarea …
Browse files Browse the repository at this point in the history
…selection stuff

git-svn-id: http://svn.whatwg.org/webapps@649 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 1, 2007
1 parent 0cb7bb9 commit 2bf2e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -26995,6 +26995,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
attribute unsigned long <a href="#selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
attribute unsigned long <a href="#selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
void <a href="#setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre>
<!-- XXX also add textLength? it seems to be widely used -->

<p>These methods and attributes expose and control the selection of
<code>input</code> and <code>textarea</code> text fields.
Expand Down
1 change: 1 addition & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -24723,6 +24723,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
attribute unsigned long <span title="dom-textarea/input-selectionStart">selectionStart</span>;
attribute unsigned long <span title="dom-textarea/input-selectionEnd">selectionEnd</span>;
void <span title="dom-textarea/input-setSelectionRange">setSelectionRange</span>(in unsigned long start, in unsigned long end);</pre>
<!-- XXX also add textLength? it seems to be widely used -->

<p>These methods and attributes expose and control the selection of
<code>input</code> and <code>textarea</code> text fields.</p>
Expand Down

0 comments on commit 2bf2e18

Please sign in to comment.