[html5] r8055 - [e] (0) Clarify note about click() Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jul 12 13:40:53 PDT 2013
Author: ianh
Date: 2013-07-12 13:40:52 -0700 (Fri, 12 Jul 2013)
New Revision: 8055
Modified:
complete.html
index
source
Log:
[e] (0) Clarify note about click()
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-07-12 20:26:29 UTC (rev 8054)
+++ complete.html 2013-07-12 20:40:52 UTC (rev 8055)
@@ -10810,9 +10810,9 @@
<li><p>Set the <var title="">click in progress</var> flag on the element to false.</li>
- </ol><p class=note>The above doesn't happen for arbitrary synthetic events dispatched by author
- script. However, the <code title=dom-click><a href=#dom-click>click()</a></code> method can be used to make it happen
- programmatically.</p>
+ </ol><p class=note>The algorithms above don't run for arbitrary synthetic events dispatched by author
+ script. The <code title=dom-click><a href=#dom-click>click()</a></code> method can be used to make the <a href=#run-synthetic-click-activation-steps>run
+ synthetic click activation steps</a> algorithm happen programmatically.</p>
<p class=note>Click-focusing behavior (e.g. the focusing of a text field when user clicks in
one) typically happens before the click, when the mouse button is first depressed, and is
Modified: index
===================================================================
--- index 2013-07-12 20:26:29 UTC (rev 8054)
+++ index 2013-07-12 20:40:52 UTC (rev 8055)
@@ -10810,9 +10810,9 @@
<li><p>Set the <var title="">click in progress</var> flag on the element to false.</li>
- </ol><p class=note>The above doesn't happen for arbitrary synthetic events dispatched by author
- script. However, the <code title=dom-click><a href=#dom-click>click()</a></code> method can be used to make it happen
- programmatically.</p>
+ </ol><p class=note>The algorithms above don't run for arbitrary synthetic events dispatched by author
+ script. The <code title=dom-click><a href=#dom-click>click()</a></code> method can be used to make the <a href=#run-synthetic-click-activation-steps>run
+ synthetic click activation steps</a> algorithm happen programmatically.</p>
<p class=note>Click-focusing behavior (e.g. the focusing of a text field when user clicks in
one) typically happens before the click, when the mouse button is first depressed, and is
Modified: source
===================================================================
--- source 2013-07-12 20:26:29 UTC (rev 8054)
+++ source 2013-07-12 20:40:52 UTC (rev 8055)
@@ -10851,9 +10851,9 @@
</ol>
- <p class="note">The above doesn't happen for arbitrary synthetic events dispatched by author
- script. However, the <code title="dom-click">click()</code> method can be used to make it happen
- programmatically.</p>
+ <p class="note">The algorithms above don't run for arbitrary synthetic events dispatched by author
+ script. The <code title="dom-click">click()</code> method can be used to make the <span>run
+ synthetic click activation steps</span> algorithm happen programmatically.</p>
<p class="note">Click-focusing behavior (e.g. the focusing of a text field when user clicks in
one) typically happens before the click, when the mouse button is first depressed, and is
More information about the Commit-Watchers
mailing list