[html5] r6358 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12629
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 3 00:06:57 PDT 2011
Author: ianh
Date: 2011-08-03 00:06:55 -0700 (Wed, 03 Aug 2011)
New Revision: 6358
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12629
Modified: complete.html
===================================================================
--- complete.html 2011-08-03 07:04:25 UTC (rev 6357)
+++ complete.html 2011-08-03 07:06:55 UTC (rev 6358)
@@ -50971,7 +50971,7 @@
<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>
Modified: index
===================================================================
--- index 2011-08-03 07:04:25 UTC (rev 6357)
+++ index 2011-08-03 07:06:55 UTC (rev 6358)
@@ -50843,7 +50843,7 @@
<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>
Modified: source
===================================================================
--- source 2011-08-03 07:04:25 UTC (rev 6357)
+++ source 2011-08-03 07:06:55 UTC (rev 6358)
@@ -57249,7 +57249,7 @@
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>
More information about the Commit-Watchers
mailing list