html5/spec acknowledgements.html,1.1016,1.1017 content-models.html,1.7,1.8 spec.html,1.1105,1.1106

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 &#199;elik</span>,
   &#30000;&#26449;&#20581;&#20154; (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>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 4 August 2010 23:06:51 UTC