spec/Overview.html 1.1625 2453 fix confusion in activation behavior tex

fix confusion in activation behavior text (credit: lh) (whatwg r2453)

run synthetic click activation steps
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1625.html#run-synthetic-click-activation-steps
Interactive content
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1625.html#interactive-content-0

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1624&r2=1.1625&f=h
http://html5.org/tools/web-apps-tracker?from=2452&to=2453

===================================================================
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:30:57 UTC