[html5] r6186 - [e] (0) mention focusing near the click stuff so i don't get confused again...

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 3 14:35:41 PDT 2011


Author: ianh
Date: 2011-06-03 14:35:39 -0700 (Fri, 03 Jun 2011)
New Revision: 6186

Modified:
   complete.html
   index
   source
Log:
[e] (0) mention focusing near the click stuff so i don't get confused again...

Modified: complete.html
===================================================================
--- complete.html	2011-06-03 20:20:17 UTC (rev 6185)
+++ complete.html	2011-06-03 21:35:39 UTC (rev 6186)
@@ -11625,6 +11625,11 @@
   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>

Modified: index
===================================================================
--- index	2011-06-03 20:20:17 UTC (rev 6185)
+++ index	2011-06-03 21:35:39 UTC (rev 6186)
@@ -11611,6 +11611,11 @@
   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>

Modified: source
===================================================================
--- source	2011-06-03 20:20:17 UTC (rev 6185)
+++ source	2011-06-03 21:35:39 UTC (rev 6186)
@@ -12173,6 +12173,11 @@
   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>




More information about the Commit-Watchers mailing list