2009/dap/contacts Overview.html,1.106,1.107

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

Modified Files:
	Overview.html 
Log Message:
moved conformance after intr


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.html	19 Jan 2011 15:31:08 -0000	1.106
+++ Overview.html	19 Jan 2011 15:31:28 -0000	1.107
@@ -106,49 +106,6 @@
       </p>
     </section>
     <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.
-      </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.
-      </p>
-    <p>
-        A conforming implementation is required to implement all fields defined in this specification.
-      </p>
-      </section>
-      <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]].
-        </p>
-        <p>
-          The <a>task source</a> used by this specification is the <dfn><a
-           href="http://dev.w3.org/2009/dap/device/#the-pendingop-interface">PendingOp</a> task source</dfn>.
-        </p>
-        
-        <p class="note">
-         PendingOp needs updating in [[!CORE-DEVICE]] to show that it is a valid <a>task source</a>.
-        </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.
-        </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.
-        </p>
-      </section>
-    <section
      class="informative">
       <h2>
         Introduction
@@ -214,6 +171,49 @@
 </pre>
       </div>
     </section>
+    <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.
+      </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.
+      </p>
+    <p>
+        A conforming implementation is required to implement all fields defined in this specification.
+      </p>
+      </section>
+      <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]].
+        </p>
+        <p>
+          The <a>task source</a> used by this specification is the <dfn><a
+           href="http://dev.w3.org/2009/dap/device/#the-pendingop-interface">PendingOp</a> task source</dfn>.
+        </p>
+        
+        <p class="note">
+         PendingOp needs updating in [[!CORE-DEVICE]] to show that it is a valid <a>task source</a>.
+        </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.
+        </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.
+        </p>
+      </section>
     <section>
       <h2>
         Security and Privacy Considerations

Received on Wednesday, 19 January 2011 15:31:32 UTC