hixie: mention focusing near the click stuff so i don't get confused again... (whatwg r6186)

hixie: mention focusing near the click stuff so i don't get confused
again... (whatwg r6186)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4958&r2=1.4959&f=h
http://html5.org/tools/web-apps-tracker?from=6185&to=6186

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4958
retrieving revision 1.4959
diff -u -d -r1.4958 -r1.4959
--- Overview.html 3 Jun 2011 20:20:23 -0000 1.4958
+++ Overview.html 3 Jun 2011 21:35:45 -0000 1.4959
@@ -9697,6 +9697,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> 
+
   <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>

Received on Friday, 17 June 2011 09:54:52 UTC