- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Jun 2011 21:46:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11402 Modified Files: content-models.html spec.html Log Message: mention focusing near the click stuff so i don't get confused again... (whatwg r6186) [updated by splitter] Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- content-models.html 3 Jun 2011 00:48:17 -0000 1.73 +++ content-models.html 3 Jun 2011 21:46:54 -0000 1.74 @@ -700,6 +700,11 @@ events dispatched by author script. However, the <code title="dom-click"><a href="editing.html#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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1512 retrieving revision 1.1513 diff -u -d -r1.1512 -r1.1513 --- spec.html 3 Jun 2011 20:47:18 -0000 1.1512 +++ spec.html 3 Jun 2011 21:46:54 -0000 1.1513 @@ -347,7 +347,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4958. +This is revision 1.4959. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 3 June 2011 21:46:58 UTC