- From: CVS User akostiai <cvsmail@w3.org>
- Date: Mon, 30 Dec 2013 11:39:15 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory roscoe:/tmp/cvs-serv14167/system-info
Added Files:
NOTE.src.html
Log Message:
add a W3C Note snapshot as per http://lists.w3.org/Archives/Public/public-device-apis/2013Nov/0010.html
--- /sources/public/2009/dap/system-info/NOTE.src.html 2013/12/30 11:39:15 NONE
+++ /sources/public/2009/dap/system-info/NOTE.src.html 2013/12/30 11:39:15 1.1
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta charset='utf-8'/>
<title>The System Information API</title>
<script src='http://www.w3.org/Tools/respec/respec-w3c-common' async class='remove'></script>
<script class='remove'>
var respecConfig = {
shortName: "system-info-api",
specStatus: "WG-NOTE",
publishDate: "2014-01-09",
previousMaturity: "FPWD",
previousPublishDate: "2010-02-02",
editors: [
{
name: "Max Froumentin",
company: "Opera Software ASA",
companyURL: "http://www.opera.com"
},
{
name: "Dzung D Tran",
company: "Intel",
companyURL: "http://intel.com"
},
{
name: "Bryan Sullivan",
company: "AT&T",
companyURL: "http://att.com"
}
],
wg: "Device APIs Working Group",
wgURI: "http://www.w3.org/2009/dap/",
wgPublicList: "public-device-apis",
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status"
};
</script>
</head>
<body>
<section id='abstract'>
<p>
This specification defines an API to provide Web applications with
access to various properties of the system which they are running on.
Specifically, properties pertaining to the device hardware are
addressed. Examples include battery status, current network bandwidth.
Additionally, some of those properties offer access to the environment
around the device, such as ambient brightness or atmospheric pressure.
</p>
</section>
<section id='sotd'>
<p>
<strong>
Work on this document has been discontinued and it should not be
referenced or used as a basis for implementation.
</strong>
</p>
<p>
This is a historical document. The domain covered by this document
is still within the scope of the Working Group as defined in its
Charter.
</p>
</section>
</body>
</html>
Received on Monday, 30 December 2013 11:39:20 UTC