Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12629

git-svn-id: http://svn.whatwg.org/webapps@6358 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 3, 2011
1 parent 13bd6a2 commit 8bb27a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -50971,7 +50971,7 @@ <h4 id=textFieldSelection><span class=secno>4.10.20 </span>APIs for the text fie
<p>On setting, it must act as if the <code title=dom-textarea/input-setSelectionRange><a href=#dom-textarea/input-setselectionrange>setSelectionRange()</a></code>
method had been called, with the current value of the <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>
attribute as the first argument, the current value of the <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>
attribute as the first argument, and the new value as the third
attribute as the second argument, and the new value as the third
argument.</p>


Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -50843,7 +50843,7 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
<p>On setting, it must act as if the <code title=dom-textarea/input-setSelectionRange><a href=#dom-textarea/input-setselectionrange>setSelectionRange()</a></code>
method had been called, with the current value of the <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>
attribute as the first argument, the current value of the <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>
attribute as the first argument, and the new value as the third
attribute as the second argument, and the new value as the third
argument.</p>


Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -57249,7 +57249,7 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
title="dom-textarea/input-selectionStart">selectionStart</code>
attribute as the first argument, the current value of the <code
title="dom-textarea/input-selectionEnd">selectionEnd</code>
attribute as the first argument, and the new value as the third
attribute as the second argument, and the new value as the third
argument.</p>


Expand Down

0 comments on commit 8bb27a7

Please sign in to comment.