dap commit: Web Intents addendum: More editoril fixes due to html validation.

changeset:   226:34e66408f91a
tag:         tip
user:        Claes Nilsson <claes1.nilsson@sonymobile.com>
date:        Mon Sep 24 14:54:41 2012 +0200
files:       wi-addendum-local-services/Overview.html
description:
Web Intents addendum: More editoril fixes due to html validation.


diff -r fdffd467fdb9 -r 34e66408f91a wi-addendum-local-services/Overview.html
--- a/wi-addendum-local-services/Overview.html	Mon Sep 24 12:21:58 2012 +0200
+++ b/wi-addendum-local-services/Overview.html	Mon Sep 24 14:54:41 2012 +0200
@@ -515,8 +515,8 @@
           </p>          
           <ul class="rule">
             <li>
-              <code>location</code>: <em class="rfc2119" title="required">required</em>. States the location to the Web Intents document in the <a class="internalDFN" href="#dfn-web-intents-enabled-mdns-device">Web Intents enabled mDNS device</a>. 
-              The value of this header is path to be concatenated with a host of the <a class="internalDFN" href="#dfn-web-intents-enabled-mdns-device">Web Intents enabled mDNS device</a> to determine the location. The definition of the Web Intents document is the same as for UPnP.
+              <code>location</code>: <em class="rfc2119" title="required">required</em>. States the location to the Web Intents document in the <a>Web Intents enabled mDNS device</a>. 
+              The value of this header is path to be concatenated with a host of the <a>Web Intents enabled mDNS device</a> to determine the location. The definition of the Web Intents document is the same as for UPnP.
             </li>
             <li>
               <code>action</code>: <em class="rfc2119" title="optional">optional</em>. If supported, states the Web Intents 
@@ -557,20 +557,20 @@
             <li>
                For each response, send a unicast TXT query of the webintents service instance in the PTR answer.
                <br />
-               <p>This step can be omitted in case that the Web Intents enabled mDNS device attaches a TXT answer with the previous answer.
+               <p>This step can be omitted in case that the <a>Web Intents enabled mDNS device</a> attaches a TXT answer with the previous answer.
             </li>
 
             <li>
                For each matching response, i.e. the response TXT record does not have an action parameter or does have an <code>action</code> parameter matching the Action of the invoked intent,
                send a unicast request with a SRV query of the webintens service instance.
                <br />
-               <p>This step can be omitted in case that the Web Intents enabled mDNS device attaches a SRV answer with the previous answer.
+               <p>This step can be omitted in case that the <a>Web Intents enabled mDNS device</a> attaches a SRV answer with the previous answer.
             </li>
 
             <li>
                For each response, send a unicast A and/or AAAA query of the host name in the SRV answer.
                <br />
-               <p>This step can be omitted in case that the Web Intents enabled mDNS device attaches an A and/or AAAA answer with the previous answer.
+               <p>This step can be omitted in case that the <a>Web Intents enabled mDNS device</a> attaches an A and/or AAAA answer with the previous answer.
             </li>
 
             <li>

Received on Monday, 24 September 2012 12:55:19 UTC