2009/dap/contacts Overview.html,1.88,1.89

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv18601/contacts

Modified Files:
	Overview.html 
Log Message:
typos

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Overview.html	21 Sep 2010 10:53:19 -0000	1.88
+++ Overview.html	21 Sep 2010 11:17:30 -0000	1.89
@@ -189,12 +189,12 @@
          PendingOp needs updating in [[!CORE-DEVICE]] to show that it is a valid <a>task source</a>.
         </p>
         <p>
-          To <dfn>dispatch a <code><dfn>success</dfn> event</code></dfn> means that an event with the name <code>success</code>, which does
+          To <dfn>dispatch a <code>success</code> event</dfn> means that an event with the name <code>success</code>, which does
           not bubble and is not cancelable, and which uses the <code>Event</code> interface, is to be dispatched at the <a
            href="#contactfindcb-interface"><code>ContactFindCB</code></a> object.
         </p>
         <p>
-          To <dfn>dispatch an <code><dfn>error</dfn> event</code></dfn> means that an event with the name <code>error</code>, which does
+          To <dfn>dispatch an <code>error</code> event</dfn> means that an event with the name <code>error</code>, which does
           not bubble and is not cancelable, and which uses the <code>Event</code> interface, is to be dispatched at the <a
            href="#contacterrorcb-interface"><code>ContactErrorCB</code></a> object.
         </p>
@@ -352,7 +352,7 @@
              class="rule">
               <li>
                 If there are any <a>tasks</a> from the <a
-                 title="ContactEventTarget task source"><code>ContactEventTarget</code> task source</a> in one of the <a>task queues</a>
+                 title="PendingOp task source"><code>PendingOp</code> task source</a> in one of the <a>task queues</a>
                 (i.e. an existing <code>find()</code> operation is still pending a response), and the current method was invoked with a
                 non-<code>null</code> <code>errorCB</code> argument, <a>dispatch an <code>error</code> event</a> with a <a
                  href='#widl-ContactError-PENDING_OPERATION_ERROR'><code>PENDING_OPERATION_ERROR</code></a> <code>code</code> value.
@@ -899,7 +899,7 @@
           </h3>
           <p>
             The following is the <a>event handler attribute</a> (and its corresponding <a>event handler event type</a>) that MUST be
-            supported as DOM attribute by the <a
+            supported as a DOM attribute by the <a
              href="#contactfindcb-interface"><code>ContactFindCB</code></a> object.
           </p>
           <table
@@ -957,7 +957,7 @@
           </h3>
           <p>
             The following is the <a>event handler attribute</a> (and its corresponding <a>event handler event type</a>) that MUST be
-            supported as DOM attribute by the <a
+            supported as a DOM attribute by the <a
              href="#contacterrorcb-interface"><code>ContactErrorCB</code></a> object.
           </p>
           <table

Received on Tuesday, 21 September 2010 11:17:39 UTC