html5/html4-differences Overview.html,1.189,1.190 Overview.src.html,1.203,1.204

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv21914

Modified Files:
	Overview.html Overview.src.html 
Log Message:
setRangeText()

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- Overview.html	14 Sep 2012 12:47:29 -0000	1.189
+++ Overview.html	14 Sep 2012 12:53:00 -0000	1.190
@@ -2195,8 +2195,9 @@
       <code class="external" title="dom-input-list"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-list">list</a></code>, <code class="external" title="dom-input-valueAsDate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasdate">valueAsDate</a></code>,
       <code class="external" title="dom-input-valueAsNumber"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasnumber">valueAsNumber</a></code>, <code class="external" title="dom-input-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#dom-input-width">width</a></code>, <code class="external" title="dom-input-stepUp"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-stepup">stepUp()</a></code>, <code class="external" title="dom-input-stepDown"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-stepdown">stepDown()</a></code>, the form
       constraint validation API members, <code class="external" title="dom-lfe-labels"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-lfe-labels">labels</a></code>, members for the text field selection
-      API: <code class="external" title="dom-textarea/input-selectionStart"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectionstart">selectionStart</a></code>, <code class="external" title="dom-textarea/input-selectionEnd"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectionend">selectionEnd</a></code>, <code class="external" title="dom-textarea/input-selectionDirection"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectiondirection">selectionDirection</a></code>
-      and <code class="external" title="dom-textarea/input-setSelectionRange"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-setselectionrange">setSelectionRange()</a></code>.
+      API: <code class="external" title="dom-textarea/input-selectionStart"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectionstart">selectionStart</a></code>, <code class="external" title="dom-textarea/input-selectionEnd"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectionend">selectionEnd</a></code>, <code class="external" title="dom-textarea/input-selectionDirection"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectiondirection">selectionDirection</a></code>,
+      <code class="external" title="dom-textarea/input-setSelectionRange"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-setselectionrange">setSelectionRange()</a></code>
+      and <code class="external" title="dom-textarea/input-setRangeText"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-setrangetext">setRangeText()</a></code>.
 
       <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#htmltextareaelement">HTMLTextAreaElement</a></code> now has the
       members <code class="external" title="dom-textarea-textLength"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#dom-textarea-textlength">textLength</a></code>, the form constraint

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- Overview.src.html	14 Sep 2012 12:47:30 -0000	1.203
+++ Overview.src.html	14 Sep 2012 12:53:01 -0000	1.204
@@ -2359,9 +2359,11 @@
       data-anolis-spec=html
       title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code
       data-anolis-spec=html
-      title="dom-textarea/input-selectionDirection">selectionDirection</code>
+      title="dom-textarea/input-selectionDirection">selectionDirection</code>,
+      <code data-anolis-spec=html
+      title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
       and <code data-anolis-spec=html
-      title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>.
+      title="dom-textarea/input-setRangeText">setRangeText()</code>.
 
       <li><p><code data-anolis-spec=html>HTMLTextAreaElement</code> now has the
       members <code data-anolis-spec=html

Received on Friday, 14 September 2012 12:53:04 UTC