[html5] r2453 - [e] (0) fix confusion in activation behavior text (credit: lh)

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 25 22:27:27 PST 2008


Author: ianh
Date: 2008-11-25 22:27:26 -0800 (Tue, 25 Nov 2008)
New Revision: 2453

Modified:
   index
   source
Log:
[e] (0) fix confusion in activation behavior text (credit: lh)

Modified: index
===================================================================
--- index	2008-11-26 04:11:26 UTC (rev 2452)
+++ index	2008-11-26 06:27:26 UTC (rev 2453)
@@ -6889,11 +6889,11 @@
   <p>Certain elements in HTML have an <a href=#activation-behavior>activation
   behavior</a>, which means the user agent should allow the user to
   manually trigger them in some way, for instance using keyboard or
-  voice input (though not mouse clicks, which are handled above). When
-  the user triggers an element with a defined <a href=#activation-behavior>activation
-  behavior</a>, the default action of the interaction event<!-- XXX
-  --> must be to <a href=#run-synthetic-click-activation-steps>run synthetic click activation steps</a> on
-  the element.</p>
+  voice input, or through mouse clicks. When the user triggers an
+  element with a defined <a href=#activation-behavior>activation behavior</a> in a manner
+  other than clicking it, the default action of the interaction
+  event<!-- XXX --> must be to <a href=#run-synthetic-click-activation-steps>run synthetic click activation
+  steps</a> on the element.</p>
 
   <p>When a user agent is to <dfn id=run-synthetic-click-activation-steps>run synthetic click activation
   steps</dfn> on an element, the user agent must <a href=#run-pre-click-activation-steps>run pre-click

Modified: source
===================================================================
--- source	2008-11-26 04:11:26 UTC (rev 2452)
+++ source	2008-11-26 06:27:26 UTC (rev 2453)
@@ -7005,11 +7005,11 @@
   <p>Certain elements in HTML have an <span>activation
   behavior</span>, which means the user agent should allow the user to
   manually trigger them in some way, for instance using keyboard or
-  voice input (though not mouse clicks, which are handled above). When
-  the user triggers an element with a defined <span>activation
-  behavior</span>, the default action of the interaction event<!-- XXX
-  --> must be to <span>run synthetic click activation steps</span> on
-  the element.</p>
+  voice input, or through mouse clicks. When the user triggers an
+  element with a defined <span>activation behavior</span> in a manner
+  other than clicking it, the default action of the interaction
+  event<!-- XXX --> must be to <span>run synthetic click activation
+  steps</span> on the element.</p>
 
   <p>When a user agent is to <dfn>run synthetic click activation
   steps</dfn> on an element, the user agent must <span>run pre-click




More information about the Commit-Watchers mailing list