2009/dap/contacts Overview.html,1.118,1.119

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

Modified Files:
	Overview.html 
Log Message:
editorials, section 2

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.html	6 Apr 2011 12:50:01 -0000	1.118
+++ Overview.html	6 Apr 2011 12:56:29 -0000	1.119
@@ -167,46 +167,37 @@
 
     <section id='conformance'>
       <p>
-      This specification defines conformance criteria that apply to a single product: the <dfn>user
-      agent</dfn> that implements the interfaces that it contains.
+        This specification defines conformance criteria that apply to a single product: the 
+        <dfn>user agent</dfn> that implements the interfaces that it contains.
       </p>
-
       <p>
-      Implementations that use ECMAScript to implement the APIs defined in this specification must implement
-      them in a manner consistent with the ECMAScript Bindings defined in the Web IDL specification
-      [[!WEBIDL]], as this specification uses that specification and terminology.
+        Implementations that use ECMAScript to implement the APIs defined in this specification must implement
+        them in a manner consistent with the ECMAScript Bindings defined in the Web IDL specification
+        [[!WEBIDL]], as this specification uses that specification and terminology.
       </p>
-
       <p>
-      A conforming implementation is required to implement all fields defined in this specification.
+        A conforming implementation is required to implement all fields defined in this specification.
       </p>
 
       <section>
         <h2>Terminology</h2>
-
         <p>
-        The terms <dfn>document base URL</dfn>, <dfn>browsing context</dfn>, <dfn title=
-        "event handler attribute">event handler attributes</dfn>, <dfn>event handler event type</dfn>,
-        <dfn>task</dfn>, <dfn>task source</dfn> and <dfn>task queues</dfn> are defined by the HTML5
-        specification [[!HTML5]].
+          The terms <dfn>document base URL</dfn>, <dfn>browsing context</dfn>, <dfn>event handler attribute</dfn>, 
+          <dfn>event handler event type</dfn>, <dfn>task</dfn>, <dfn>task source</dfn> and <dfn>task queues</dfn> 
+          are defined by the HTML5 specification [[!HTML5]].
         </p>
-
         <p>
-        The <a>task source</a> used by this specification is the <dfn>device task source</dfn>.
+          The <a>task source</a> used by this specification is the <dfn>device task source</dfn>.
         </p>
-
         <p>
-        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.
+          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 cancellable, and which uses the
+          <code>Event</code> interface, is to be dispatched at the <a>ContactFindCB</a> object.
         </p>
-
         <p>
-        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.
+          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 cancellable, and which uses the <code>Event</code>
+          interface, is to be dispatched at the <a>ContactErrorCB</a> object.
         </p>
       </section>
     </section>
@@ -930,7 +921,7 @@
       <section>
         <h2><a>ContactFindCB</a> interface</h2>
 
-        <dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactFindCB' class='idl'>
+        <dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactFindCB : EventTarget' class='idl'>
           <dt>void onsuccess ()</dt>
 
           <dd>
@@ -979,7 +970,7 @@
       <section>
         <h2><a>ContactErrorCB</a> interface</h2><!-- interface intro here -->
 
-        <dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactErrorCB' class='idl'>
+        <dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactErrorCB : EventTarget' class='idl'>
           <dt>void onerror ()</dt>
 
           <dd>

Received on Wednesday, 6 April 2011 12:56:32 UTC