- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Oct 2011 18:46:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1983 Modified Files: browsers.html spec.html webappapis.html Log Message: typo (whatwg r6683) [updated by splitter] Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1079 retrieving revision 1.1080 diff -u -d -r1.1079 -r1.1080 --- browsers.html 13 Oct 2011 00:46:28 -0000 1.1079 +++ browsers.html 14 Oct 2011 18:46:27 -0000 1.1080 @@ -821,9 +821,9 @@ </p><ul class="brief"><li>it is running in the context of an <a href="content-models.html#activation-behavior">activation behavior</a> or of the <a href="infrastructure.html#concept-event-dispatch" title="concept-event-dispatch">dispatching</a> of a <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> event, and</li> - <li>The <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> event that led to - the triggering of the <a href="content-models.html#activation-behavior">activation behavior</a>, if any, and - <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> events of any the <a href="infrastructure.html#concept-event-dispatch" title="concept-event-dispatch">event dispatching</a> that + <li>The <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> events that led to + the triggering of the <a href="content-models.html#activation-behavior" title="activation behavior">activation + behaviors</a>, if any, and the <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> events of any <a href="infrastructure.html#concept-event-dispatch" title="concept-event-dispatch">event dispatching</a> that indirectly led to the algorithm being invoked, if any, are all <a href="infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a>.</li> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1721 retrieving revision 1.1722 diff -u -d -r1.1721 -r1.1722 --- spec.html 14 Oct 2011 00:47:13 -0000 1.1721 +++ spec.html 14 Oct 2011 18:46:27 -0000 1.1722 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5358. +This is revision 1.5360. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.200 retrieving revision 1.201 diff -u -d -r1.200 -r1.201 --- webappapis.html 7 Oct 2011 22:46:29 -0000 1.200 +++ webappapis.html 14 Oct 2011 18:46:27 -0000 1.201 @@ -1320,11 +1320,9 @@ <li><p>Invoke <var title="">callback</var>'s <code title="dom-function-call"><a href="#dom-function-call">call()</a></code> operation with one argument, the value of which is the <code><a href="infrastructure.html#event">Event</a></code> object <var title="">E</var>, with the <i title="dfn-callback-this-value">callback this value</i> set to the <var title="">E</var>'s <code title="dom-Event-currentTarget">currentTarget</code>. Let the - return value be <var title="">return value</var>. <a href="references.html#refsWEBIDL">[WEBIDL]</a></p> - - </li><li> + return value be <var title="">return value</var>. <a href="references.html#refsWEBIDL">[WEBIDL]</a></p></li> - </li><li> + <li> <p>Process <var title="">return value</var> as follows:</p>
Received on Friday, 14 October 2011 18:46:31 UTC