- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Oct 2011 18:37:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1125
Modified Files:
Overview.html
Log Message:
typo (whatwg r6683)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5359
retrieving revision 1.5360
diff -u -d -r1.5359 -r1.5360
--- Overview.html 14 Oct 2011 18:28:52 -0000 1.5359
+++ Overview.html 14 Oct 2011 18:37:09 -0000 1.5360
@@ -44015,9 +44015,9 @@
<ul class="brief"><li>it is running in the context of an <a href="#activation-behavior">activation
behavior</a> or of the <a href="#concept-event-dispatch" title="concept-event-dispatch">dispatching</a> of a <code title="event-click"><a href="#event-click">click</a></code> event, and</li>
- <li>The <code title="event-click"><a href="#event-click">click</a></code> event that led to
- the triggering of the <a href="#activation-behavior">activation behavior</a>, if any, and
- <code title="event-click"><a href="#event-click">click</a></code> events of any the <a href="#concept-event-dispatch" title="concept-event-dispatch">event dispatching</a> that
+ <li>The <code title="event-click"><a href="#event-click">click</a></code> events that led to
+ the triggering of the <a href="#activation-behavior" title="activation behavior">activation
+ behaviors</a>, if any, and the <code title="event-click"><a href="#event-click">click</a></code> events of any <a href="#concept-event-dispatch" title="concept-event-dispatch">event dispatching</a> that
indirectly led to the algorithm being invoked, if any, are all
<a href="#concept-events-trusted" title="concept-events-trusted">trusted</a>.</li>
Received on Friday, 14 October 2011 18:37:15 UTC