[html5] r8569 - [giow] (1) Make 'autocomplete' and 'autocompleteerror' bubble, like 'submit'. Af [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Apr 9 15:22:06 PDT 2014
Author: ianh
Date: 2014-04-09 15:22:02 -0700 (Wed, 09 Apr 2014)
New Revision: 8569
Modified:
complete.html
index
source
Log:
[giow] (1) Make 'autocomplete' and 'autocompleteerror' bubble, like 'submit'.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-04-09 21:54:18 UTC (rev 8568)
+++ complete.html 2014-04-09 22:22:02 UTC (rev 8569)
@@ -49110,14 +49110,14 @@
</li>
- <li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-autocomplete><a href=#event-autocomplete>autocomplete</a></code> at <var title="">form</var>.</li>
+ <li><p><a href=#fire-a-simple-event>Fire a simple event</a> that bubbles named <code title=event-autocomplete><a href=#event-autocomplete>autocomplete</a></code> at <var title="">form</var>.</li>
</ol></li>
- </ol><p>When the user agent is required to <dfn id=fail-the-autofill-request>fail the autofill request</dfn> on a <code><a href=#the-form-element>form</a></code>
+ </ol><!--CLEANUP--><p>When the user agent is required to <dfn id=fail-the-autofill-request>fail the autofill request</dfn> on a <code><a href=#the-form-element>form</a></code>
element <var title="">target</var> with a reason <var title="">reason</var>, the user agent must
dispatch an event that uses the <code><a href=#autocompleteerrorevent>AutocompleteErrorEvent</a></code> interface, with the event type
- <code title="">autocompleteerror</code>, which does not bubble, is not cancelable, has no default
+ <code title="">autocompleteerror</code>, which bubbles, is not cancelable, has no default
action, has its <code title=dom-AutocompleteErrorEvent-reason><a href=#dom-autocompleteerrorevent-reason>reason</a></code> attribute set to
<var title="">reason</var>, and which is <a href=#concept-events-trusted title=concept-events-trusted>trusted</a>, at
<var title="">target</var>.</p>
Modified: index
===================================================================
--- index 2014-04-09 21:54:18 UTC (rev 8568)
+++ index 2014-04-09 22:22:02 UTC (rev 8569)
@@ -49110,14 +49110,14 @@
</li>
- <li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-autocomplete><a href=#event-autocomplete>autocomplete</a></code> at <var title="">form</var>.</li>
+ <li><p><a href=#fire-a-simple-event>Fire a simple event</a> that bubbles named <code title=event-autocomplete><a href=#event-autocomplete>autocomplete</a></code> at <var title="">form</var>.</li>
</ol></li>
- </ol><p>When the user agent is required to <dfn id=fail-the-autofill-request>fail the autofill request</dfn> on a <code><a href=#the-form-element>form</a></code>
+ </ol><!--CLEANUP--><p>When the user agent is required to <dfn id=fail-the-autofill-request>fail the autofill request</dfn> on a <code><a href=#the-form-element>form</a></code>
element <var title="">target</var> with a reason <var title="">reason</var>, the user agent must
dispatch an event that uses the <code><a href=#autocompleteerrorevent>AutocompleteErrorEvent</a></code> interface, with the event type
- <code title="">autocompleteerror</code>, which does not bubble, is not cancelable, has no default
+ <code title="">autocompleteerror</code>, which bubbles, is not cancelable, has no default
action, has its <code title=dom-AutocompleteErrorEvent-reason><a href=#dom-autocompleteerrorevent-reason>reason</a></code> attribute set to
<var title="">reason</var>, and which is <a href=#concept-events-trusted title=concept-events-trusted>trusted</a>, at
<var title="">target</var>.</p>
Modified: source
===================================================================
--- source 2014-04-09 21:54:18 UTC (rev 8568)
+++ source 2014-04-09 22:22:02 UTC (rev 8569)
@@ -54110,7 +54110,7 @@
</li>
- <li><p><span>Fire a simple event</span> named <code
+ <li><p><span>Fire a simple event</span> that bubbles named <code
data-x="event-autocomplete">autocomplete</code> at <var data-x="">form</var>.</p></li>
</ol>
@@ -54119,10 +54119,11 @@
</ol>
+<!--CLEANUP-->
<p>When the user agent is required to <dfn>fail the autofill request</dfn> on a <code>form</code>
element <var data-x="">target</var> with a reason <var data-x="">reason</var>, the user agent must
dispatch an event that uses the <code>AutocompleteErrorEvent</code> interface, with the event type
- <code data-x="">autocompleteerror</code>, which does not bubble, is not cancelable, has no default
+ <code data-x="">autocompleteerror</code>, which bubbles, is not cancelable, has no default
action, has its <code data-x="dom-AutocompleteErrorEvent-reason">reason</code> attribute set to
<var data-x="">reason</var>, and which is <span data-x="concept-events-trusted">trusted</span>, at
<var data-x="">target</var>.</p></li>
More information about the Commit-Watchers
mailing list