html5/spec Overview.html,1.1624,1.1625

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7947

Modified Files:
	Overview.html 
Log Message:
fix confusion in activation behavior text (credit: lh) (whatwg r2453)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1624
retrieving revision 1.1625
diff -u -d -r1.1624 -r1.1625
--- Overview.html	26 Nov 2008 04:11:30 -0000	1.1624
+++ Overview.html	26 Nov 2008 06:27:30 -0000	1.1625
@@ -5591,11 +5591,11 @@
   intended for user interaction.<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>When a user agent is to <dfn id=run-synthetic-click-activation-steps>run synthetic click activation
+  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>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
   activation steps</a> on the element, then <a href=#fire-a-click-event>fire a <code title=event-click>click</code> event</a> at the element. The
   default action of this <span title=event-click>click</span> event

Received on Wednesday, 26 November 2008 06:27:49 UTC