Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 360c00b

Browse files
committed
Add requestAutocomplete(). r8568
1 parent 6f9d863 commit 360c00b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,8 +2302,9 @@ <h3 id="other-extensions"><span class="secno">5.5 </span>Extensions to Other Int
23022302

23032303
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlformelement">HTMLFormElement</a></code> now has a named
23042304
getter and an indexed getter,
2305-
as well as the <code class="external" title="dom-form-checkvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code>
2306-
and <code class="external" title="dom-form-reportvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-reportvalidity">reportValidity()</a></code> methods.
2305+
as well as the <code class="external" title="dom-form-checkvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code>,
2306+
<code class="external" title="dom-form-reportvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-reportvalidity">reportValidity()</a></code> and
2307+
<code class="external" title="dom-form-requestautocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-requestautocomplete">requestAutocomplete()</a></code> methods.
23072308

23082309
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlselectelement">HTMLSelectElement</a></code> now has a
23092310
getter, <code class="external" title="dom-select-item"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-select-item">item()</a></code>

Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,8 +2468,9 @@ <h3 id="other-extensions">Extensions to Other Interfaces</h3>
24682468

24692469
<li><p><code data-anolis-spec=html>HTMLFormElement</code> now has a named
24702470
getter and an indexed getter,
2471-
as well as the <code data-anolis-spec=html title=dom-form-checkvalidity>checkValidity()</code>
2472-
and <code data-anolis-spec=html title=dom-form-reportvalidity>reportValidity()</code> methods.
2471+
as well as the <code data-anolis-spec=html title=dom-form-checkvalidity>checkValidity()</code>,
2472+
<code data-anolis-spec=html title=dom-form-reportvalidity>reportValidity()</code> and
2473+
<code data-anolis-spec=html title=dom-form-requestautocomplete>requestAutocomplete()</code> methods.
24732474

24742475
<li><p><code data-anolis-spec=html>HTMLSelectElement</code> now has a
24752476
getter, <code data-anolis-spec=html title=dom-select-item>item()</code>

Overview.whatwg.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,8 +2265,9 @@ <h3 id="other-extensions"><span class="secno">5.5 </span>Extensions to Other Int
22652265

22662266
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlformelement">HTMLFormElement</a></code> now has a named
22672267
getter and an indexed getter,
2268-
as well as the <code class="external" title="dom-form-checkvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code>
2269-
and <code class="external" title="dom-form-reportvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-reportvalidity">reportValidity()</a></code> methods.
2268+
as well as the <code class="external" title="dom-form-checkvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code>,
2269+
<code class="external" title="dom-form-reportvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-reportvalidity">reportValidity()</a></code> and
2270+
<code class="external" title="dom-form-requestautocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-requestautocomplete">requestAutocomplete()</a></code> methods.
22702271

22712272
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlselectelement">HTMLSelectElement</a></code> now has a
22722273
getter, <code class="external" title="dom-select-item"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-select-item">item()</a></code>

0 commit comments

Comments
 (0)