Fixed typo in last checkin.
authorjrossi2
Wed, 10 Aug 2011 02:39:35 +0900
changeset 333 5e23caf23db5
parent 332 da34f7acfb05
child 334 f9224f0595e3
Fixed typo in last checkin.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Aug 04 03:20:40 2011 +0900
+++ b/html/DOM3-Events.html	Wed Aug 10 02:39:35 2011 +0900
@@ -25,7 +25,7 @@
       </p>
       <h1 id="Overview-title">Document Object Model (DOM) Level 3 Events Specification</h1>
 <!-- @-->
-      <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2011-05-24">29 July 2011</span></h2>
+      <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2011-05-24">9 August 2011</span></h2>
       <dl>
         <dt>This version:</dt>
         <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.200">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.200</a></dd>
@@ -1124,7 +1124,7 @@
                             
                             <dt><code class="parameter-name">listener</code> of type <a href="#events-EventListener"><code>EventListener</code></a></dt>
                             <dd>
-                              <p>The <code>listener</code> parameter must be either an object that implements the <a href="#events-EventListener"><code>EventListener</code></a> interface or a function.  If <code>listener</code> is a function then it must be used as the callback for the event; otherwise, if <code>listener</code> implements <a href="#events-EventTarget"><code>EventTarget</code></a>, then its <a href="#events-EventListener-handleEvent">handleEvent</a> method must be used as the callback. If <code>listener</code> is a function that also has a <a href="#events-EventListener-handleEvent">handleEvent</a> method, the function itself must be used as the callback and not its <a href="#events-EventListener-handleEvent">handleEvent</a> method.</p>
+                              <p>The <code>listener</code> parameter must be either an object that implements the <a href="#events-EventListener"><code>EventListener</code></a> interface or a function.  If <code>listener</code> is a function then it must be used as the callback for the event; otherwise, if <code>listener</code> implements <a href="#events-EventListener"><code>EventListener</code></a>, then its <a href="#events-EventListener-handleEvent">handleEvent</a> method must be used as the callback. If <code>listener</code> is a function that also has a <a href="#events-EventListener-handleEvent">handleEvent</a> method, the function itself must be used as the callback and not its <a href="#events-EventListener-handleEvent">handleEvent</a> method.</p>
                               <p class="note" id="addEventListener_function"><strong>Note:</strong>  If the <code>listener</code> is a function, then it may be a reference to a function object or an inline function object literal.</p>
                             </dd>