- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Jan 2010 15:27:00 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv2229
Modified Files:
Overview.html
Log Message:
ISSUE-63 solved: removed encrypted connection
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.html 27 Jan 2010 10:43:57 -0000 1.60
+++ Overview.html 27 Jan 2010 15:26:58 -0000 1.61
@@ -696,9 +696,6 @@
<a>type</a> attribute is TYPE_IEE802.11, <code>null</code>
otherwise.</dd>
- <dt>readonly attribute boolean? encrypted</dt>
- <dd>This attribute is set to <code>true</code> if this connection is encrypted, <code>false</code> if it isn't, and <code>null</code> if the API is not able to determine if it is or isn't.</dd>
-
<dt>readonly attribute DOMString? apn</dt>
<dd>The Access Point Name associated to a network bearer, if applicable. <code>null</code> otherwise.</dd>
@@ -709,9 +706,6 @@
<dd>Whether the connection is set up while the device is roaming, if applicable. <code>null</code> otherwise</dd>
</dl>
- <dd class="issue"><a>encrypted</a> may be removed later. See <a href="http://www.w3.org/2009/dap/track/issues/63">ISSUE-63</a></dd>
-
-
<p class="issue">Should we gather all of GSM, GPRS, EDGE, CDMA, TETRA, UMTS under a singe "CELL" type? They could be differentiated by maxBandwidth, if needed.</p>
</section>
</section>
Received on Wednesday, 27 January 2010 15:27:02 UTC