Web Intents addendum: Corrections due to html validation.
authorClaes Nilsson <claes1.nilsson@sonymobile.com>
Mon, 24 Sep 2012 11:34:34 +0200
changeset 224 eaa158837194
parent 223 4ca38a394d1d
child 225 fdffd467fdb9
Web Intents addendum: Corrections due to html validation.
wi-addendum-local-services/Overview.html
--- a/wi-addendum-local-services/Overview.html	Tue Sep 18 12:56:23 2012 -0700
+++ b/wi-addendum-local-services/Overview.html	Mon Sep 24 11:34:34 2012 +0200
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 <html>
   <head>
     <title>Web Intents Addendum - Local Services</title>
@@ -146,17 +146,18 @@
     <section id="conformance">     
       <p>        
         This specification defines conformance criteria that apply to:
-        <ul>
-          <li><dfn>UPnP enabled User Agent</dfn>: A <a>UPnP enabled User Agent</a> MUST support Web Intents [[!WEBINTENTS]] and the conformance criteria 
-          stated in this specification. </li>
-          <li><dfn>Web Intents enabled UPnP device</dfn>: A <a>Web Intents enabled UPnP device</a> MUST support [[!UPNP-DEVICEARCH]] and the conformance criteria 
-          stated in this specification. </li>
-          <li><dfn>mDNS enabled User Agent</dfn>: An <a>mDNS enabled User Agent</a> MUST support Web Intents [[!WEBINTENTS]] and the conformance criteria 
-          stated in this specification. </li>
-          <li><dfn>Web Intents enabled mDNS device</dfn>: A <a>Web Intents enabled mDNS device</a> MUST support [[!DNS-SD]], [[!MDNS]] and the conformance criteria 
-          stated in this specification. </li>
-        </ul>
-      </p>
+      </p>   
+      <ul>
+        <li><dfn>UPnP enabled User Agent</dfn>: A <a>UPnP enabled User Agent</a> MUST support Web Intents [[!WEBINTENTS]] and the conformance criteria 
+        stated in this specification. </li>
+        <li><dfn>Web Intents enabled UPnP device</dfn>: A <a>Web Intents enabled UPnP device</a> MUST support [[!UPNP-DEVICEARCH]] and the conformance criteria 
+        stated in this specification. </li>
+        <li><dfn>mDNS enabled User Agent</dfn>: An <a>mDNS enabled User Agent</a> MUST support Web Intents [[!WEBINTENTS]] and the conformance criteria 
+        stated in this specification. </li>
+        <li><dfn>Web Intents enabled mDNS device</dfn>: A <a>Web Intents enabled mDNS device</a> MUST support [[!DNS-SD]], [[!MDNS]] and the conformance criteria 
+        stated in this specification. </li>
+      </ul>
+     
       <p>
         Implementations that use ECMAScript to implement the APIs defined in
         this specification must implement them in a manner consistent with the
@@ -167,21 +168,22 @@
         <h2>Dependencies</h2>
         <p>
           This specification relies on the following specifications:
+        </p>
           
-          <dl>
-            <dt>Web Intents</dt>
-            <dd>This addendum specification is dependent on and defines optional extensions to the basic Web Intents specification, [[!WEBINTENTS]]. </dd>
-            <dt>UPnP Device Architecture 1.0</dt>
-            <dd>This addendum specification is dependent on and defines vendor specific extensions to the UPnP Device Architecture 1.0 specification, [[!UPNP-DEVICEARCH]]. </dd>
-            <dt>IANA Service Name and Transport Protocol Port Number Registry</dt>
-            <dd>This addendum specification adds new entry on it, [[!IANA-SRVPORT-REG]]. </dd>
-            <dt>DNS-SD</dt>
-            <dd>This addendum specification is dependent on it, [[!DNS-SD]]. </dd>
-            <dt>mDNS</dt>
-            <dd>This addendum specification is dependent on it, [[!MDNS]]. </dd>
-         </dl>
+        <dl>
+          <dt>Web Intents</dt>
+          <dd>This addendum specification is dependent on and defines optional extensions to the basic Web Intents specification, [[!WEBINTENTS]]. </dd>
+          <dt>UPnP Device Architecture 1.0</dt>
+          <dd>This addendum specification is dependent on and defines vendor specific extensions to the UPnP Device Architecture 1.0 specification, [[!UPNP-DEVICEARCH]]. </dd>
+          <dt>IANA Service Name and Transport Protocol Port Number Registry</dt>
+          <dd>This addendum specification adds new entry on it, [[!IANA-SRVPORT-REG]]. </dd>
+          <dt>DNS-SD</dt>
+          <dd>This addendum specification is dependent on it, [[!DNS-SD]]. </dd>
+          <dt>mDNS</dt>
+          <dd>This addendum specification is dependent on it, [[!MDNS]]. </dd>
+        </dl>
           
-        </p>      
+           
       </section>
     </section>
     
@@ -197,20 +199,20 @@
           UPnP related terms are used according to [[!UPNP-DEVICEARCH]]. 
         </p>
         <p>
-          The <a>UPnP enabled User Agent</a> has the role of a <dfn id="dfn-registration">control point</dfn>  according to UPnP terminology. 
+          The <a>UPnP enabled User Agent</a> has the role of a <dfn id="dfn-control-point">control point</dfn>  according to UPnP terminology. 
         </p>     
         <p>
-          The <a>Web Intents enabled UPnP device</a> discovered by the <a>UPnP enabled User Agent</a> has the roles of <dfn id="dfn-registration">device</dfn> according to UPnP terminology. 
+          The <a>Web Intents enabled UPnP device</a> discovered by the <a>UPnP enabled User Agent</a> has the roles of <dfn id="dfn-device">device</dfn> according to UPnP terminology. 
         </p>        
       </section>
       
       <section> 
         <h3>mDNS related terms</h3>
         <p>
-          The <a>mDNS enabled User Agent</a> has the role of a <dfn id="dfn-registration">DNS client</dfn> with capability of [[!DNS-SD]]. 
+          The <a>mDNS enabled User Agent</a> has the role of a <dfn id="dfn-DNS-client">DNS client</dfn> with capability of [[!DNS-SD]]. 
         </p>
         <p>
-          The <a>Web Intents enabled mDNS device</a> discovered by the <a>mDNS enabled User Agent</a> has the roles of <dfn id="dfn-registration">service</dfn> according to [[!MDNS]] and [[!DNS-SD]]. 
+          The <a>Web Intents enabled mDNS device</a> discovered by the <a>mDNS enabled User Agent</a> has the roles of <dfn id="dfn-service">service</dfn> according to [[!MDNS]] and [[!DNS-SD]]. 
         </p>        
       </section>     
       
@@ -251,7 +253,7 @@
             See below for the UPnP Service description document of the Web Intents serviceType.
           </p>           
           
-          <p align="left"><img src="Example_device_and_service_description_pages/Slide2.png" alt="Service description page" width="600" height="600" ><br>
+          <p><img src="Example_device_and_service_description_pages/Slide2.png" alt="Service description page" width="600" height="600" ><br>
            (<a href="Example_device_and_service_description_pages/Slide2.png">View as PNG</a>)
           </p>