Skip to content

Commit

Permalink
[e] (0) mention focusing near the click stuff so i don't get confused…
Browse files Browse the repository at this point in the history
… again...

git-svn-id: http://svn.whatwg.org/webapps@6186 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 3, 2011
1 parent bae275e commit d7282d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -11625,6 +11625,11 @@ <h6 id=interactive-content-0><span class=secno>3.2.5.1.7 </span>Interactive cont
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>

<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 therefore not
discussed here.</p> <!-- interaction event spec point -->

<p>Given an element <var title="">target</var>, the <dfn id=nearest-activatable-element>nearest
activatable element</dfn> is the element returned by the following
algorithm:</p>
Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -11611,6 +11611,11 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>

<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 therefore not
discussed here.</p> <!-- interaction event spec point -->

<p>Given an element <var title="">target</var>, the <dfn id=nearest-activatable-element>nearest
activatable element</dfn> is the element returned by the following
algorithm:</p>
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -12173,6 +12173,11 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
title="dom-click">click()</code> method can be used to make it
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 therefore not
discussed here.</p> <!-- interaction event spec point -->

<p>Given an element <var title="">target</var>, the <dfn>nearest
activatable element</dfn> is the element returned by the following
algorithm:</p>
Expand Down

0 comments on commit d7282d5

Please sign in to comment.