- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 23:06:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19452 Modified Files: acknowledgements.html content-models.html spec.html Log Message: ack for previous checkin (whatwg r5239) [updated by splitter] Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1016 retrieving revision 1.1017 diff -u -d -r1.1016 -r1.1017 --- acknowledgements.html 3 Aug 2010 21:17:01 -0000 1.1016 +++ acknowledgements.html 4 Aug 2010 23:06:47 -0000 1.1017 @@ -801,6 +801,7 @@ Susan <!--G.--> Lesch, Sylvain Pasche, T. J. Crowder, + Tab Atkins, <span lang="tr" title="">Tantek Çelik</span>, 田村健人 (TAMURA Kent), Ted Mielczarek, Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- content-models.html 23 Jul 2010 23:16:44 -0000 1.7 +++ content-models.html 4 Aug 2010 23:06:47 -0000 1.8 @@ -659,27 +659,12 @@ element. If the event is canceled, the user agent must <a href="#run-canceled-activation-steps">run canceled activation steps</a> on the element instead.</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> - - <ol><li><p>If <var title="">target</var> has a defined <a href="#activation-behavior">activation - behavior</a>, then return <var title="">target</var> and abort - these steps.</p></li> - - <li><p>If <var title="">target</var> has a parent element, then set - <var title="">target</var> to that parent element and return to the - first step.</p></li> - - <li><p>Otherwise, there is no <a href="#nearest-activatable-element">nearest activatable - element</a>.</p></li> - - </ol><p>When a pointing device is clicked, the user agent must run these + <p>When a pointing device is clicked, the user agent must run these steps:</p> - <ol><li><p>Let <var title="">e</var> be the <span title="">nearest - activatable element</span> of the element designated by the user, - if any.</p></li> + <ol><li><p>Let <var title="">e</var> be the <a href="#nearest-activatable-element">nearest activatable + element</a> of the element designated by the user (defined + below), if any.</p></li> <li><p>If there is an element <var title="">e</var>, <a href="#run-pre-click-activation-steps">run pre-click activation steps</a> on it.</p></li> @@ -703,7 +688,22 @@ 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>When a user agent is to <dfn id="run-pre-click-activation-steps">run pre-click activation steps</dfn> + <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> + + <ol><li><p>If <var title="">target</var> has a defined <a href="#activation-behavior">activation + behavior</a>, then return <var title="">target</var> and abort + these steps.</p></li> + + <li><p>If <var title="">target</var> has a parent element, then set + <var title="">target</var> to that parent element and return to the + first step.</p></li> + + <li><p>Otherwise, there is no <a href="#nearest-activatable-element">nearest activatable + element</a>.</p></li> + + </ol><p>When a user agent is to <dfn id="run-pre-click-activation-steps">run pre-click activation steps</dfn> on an element, it must run the <dfn id="pre-click-activation-steps">pre-click activation steps</dfn> defined for that element, if any.</p> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1105 retrieving revision 1.1106 diff -u -d -r1.1105 -r1.1106 --- spec.html 4 Aug 2010 22:36:54 -0000 1.1105 +++ spec.html 4 Aug 2010 23:06:47 -0000 1.1106 @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4171. +This is revision 1.4173. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 4 August 2010 23:06:51 UTC