Skip to content

Commit

Permalink
[e] (0) Clarify note about click()
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8055 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 12, 2013
1 parent 8a1d237 commit c64bd0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -10810,9 +10810,9 @@ <h6 id=interactive-content-0><span class=secno>3.2.5.1.7 </span>Interactive cont

<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
Expand Down
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -10810,9 +10810,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<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
Expand Down
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -10851,9 +10851,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

</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
Expand Down

0 comments on commit c64bd0b

Please sign in to comment.