- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Jun 2011 15:17:26 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/netinfo
In directory hutz:/tmp/cvs-serv23898
Modified Files:
Overview.html
Log Message:
preparing for pub
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/netinfo/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html 25 May 2011 15:06:32 -0000 1.4
+++ Overview.html 1 Jun 2011 15:17:24 -0000 1.5
@@ -7,10 +7,10 @@
<script src='../ReSpec.js/js/respec.js' class='remove'></script>
<script class='remove'>
var respecConfig = {
- specStatus: "ED",
+ specStatus: "FPWD",
shortName: "netinfo-api",
- // publishDate: "2011-xx-xx",
+ publishDate: "2011-06-07",
// previousPublishDate: "1977-03-15",
// previousMaturity: "WD",
edDraftURI: "http://dev.w3.org/2009/dap/netinfo/",
@@ -39,7 +39,7 @@
<body>
<section id='abstract'>
The Network Information API provides an interface for Web Applications to access the underlying
- network information (e.g. connection info) of the device.
+ network information (connection info) of the device.
</section>
<section id='sotd'>
@@ -67,7 +67,7 @@
<h2>Introduction</h2>
<p>
The Network Information API provides an interface enabling Web applications to access the underlying network
- information (e.g. connection type) of the device.
+ information (connection type) of the device.
</p>
<pre class="example sh_javascript">
// add a class on the root list that matches a specific connection type
@@ -119,6 +119,7 @@
it?
</p>
</dd>
+ <!--
<dt>readonly attribute DOMString networkName</dt>
<dd>
<p>
@@ -130,6 +131,7 @@
there is a solid use case justifying that it be kept.
</p>
</dd>
+ -->
</dl>
</section>
</section>
Received on Wednesday, 1 June 2011 15:17:28 UTC