Update spec to clarify that devices don't (necessarily) report themselves as offline
authorRich Tibbett <richt@opera.com>
Fri, 08 Feb 2013 15:23:08 +0100
changeset 390 6211d232766d
parent 389 d5d955fd77bc
child 391 8621c3c1faf5
Update spec to clarify that devices don't (necessarily) report themselves as offline
discovery-api/Overview.html
discovery-api/Overview.src.html
--- a/discovery-api/Overview.html	Fri Feb 08 15:11:05 2013 +0100
+++ b/discovery-api/Overview.html	Fri Feb 08 15:23:08 2013 +0100
@@ -1421,17 +1421,17 @@
           <dd>
             <p>
               Returns <code>true</code> if the service is reporting that it is accessible on the local network or
-              <code>false</code> if the service is reporting that it is no longer accessible (temporarily or
-              permanently) on the local network.
+              <code>false</code> if the service is no longer accessible (temporarily or permanently) on the local
+              network.
             </p>
           </dd>
         </dl>
         <p>
           The <dfn id="dom-networkservice-online"><code>online</code></dfn> attribute indicates whether the service is
-          reporting itself as being either <var>online</var>, and therefore accessible on the local network, in which
-          case this attribute will return <code>true</code> or, <var>offline</var>, and therefore not accessible on the
-          local network, either temporarily or permanently, in which case this attribute will return
-          <code>false</code>. This attribute <em class="rfc2119"
+          either <var>online</var>, and therefore accessible on the local network, in which case this attribute will
+          return <code>true</code> or, <var>offline</var>, and therefore not accessible on the local network, either
+          temporarily or permanently, in which case this attribute will return <code>false</code>. This attribute
+          <em class="rfc2119"
              title="must">must</em> default to <code>true</code>.
         </p>
       </section>
--- a/discovery-api/Overview.src.html	Fri Feb 08 15:11:05 2013 +0100
+++ b/discovery-api/Overview.src.html	Fri Feb 08 15:23:08 2013 +0100
@@ -926,17 +926,17 @@
           <dd>
             <p>
               Returns <code>true</code> if the service is reporting that it is accessible on the local network or
-              <code>false</code> if the service is reporting that it is no longer accessible (temporarily or
-              permanently) on the local network.
+              <code>false</code> if the service is no longer accessible (temporarily or permanently) on the local
+              network.
             </p>
           </dd>
         </dl>
         <p>
           The <dfn id="dom-networkservice-online"><code>online</code></dfn> attribute indicates whether the service is
-          reporting itself as being either <var>online</var>, and therefore accessible on the local network, in which
-          case this attribute will return <code>true</code> or, <var>offline</var>, and therefore not accessible on the
-          local network, either temporarily or permanently, in which case this attribute will return
-          <code>false</code>. This attribute MUST default to <code>true</code>.
+          either <var>online</var>, and therefore accessible on the local network, in which case this attribute will
+          return <code>true</code> or, <var>offline</var>, and therefore not accessible on the local network, either
+          temporarily or permanently, in which case this attribute will return <code>false</code>. This attribute MUST
+          default to <code>true</code>.
         </p>
       </section>
       <section>