- From: Mercurial notifier <cvsmail@w3.org>
- Date: Fri, 08 Feb 2013 14:23:07 +0000
- To: public-dap-commits@w3.org
changeset: 390:6211d232766d
tag: tip
user: Rich Tibbett <richt@opera.com>
date: Fri Feb 08 15:23:08 2013 +0100
files: discovery-api/Overview.html discovery-api/Overview.src.html
description:
Update spec to clarify that devices don't (necessarily) report themselves as offline
diff -r d5d955fd77bc -r 6211d232766d discovery-api/Overview.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>
diff -r d5d955fd77bc -r 6211d232766d discovery-api/Overview.src.html
--- 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>
Received on Friday, 8 February 2013 14:23:08 UTC