- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Apr 2011 16:37:38 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv9856 Modified Files: battery-status.html Log Message: making ready for FPWD; added a SotD and RS fixes; PLEASE STOP TRYING TO CONTROL IDL WRAPPING IN CSS BECAUSE IT KILLS THE INDENTATION THANK YOU Index: battery-status.html =================================================================== RCS file: /sources/public/2009/dap/system-info/battery-status.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- battery-status.html 15 Apr 2011 08:29:37 -0000 1.8 +++ battery-status.html 20 Apr 2011 16:37:36 -0000 1.9 @@ -11,67 +11,22 @@ <script src='../ReSpec.js/js/respec.js' class='remove'></script> <script class='remove'> var respecConfig = { - // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED. - specStatus: "ED", - - // the specification's short name, as in http://www.w3.org/TR/short-name/ + specStatus: "FPWD", shortName: "battery-status", - - // if your specification has a subtitle that goes below the main - // formal title, define it here - // subtitle : "an excellent document", - - // if you wish the publication date to be other than today, set this - // publishDate: "2009-08-06", - - // if the specification's copyright date is a range of years, specify - // the start date here: - // copyrightStart: "2005" - - // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date - // and its maturity status + publishDate: "2011-04-21", // previousPublishDate: "1977-03-15", - // previousMaturity: "WD", - - // if there a publicly available Editor's Draft, this is the link + // previousMaturity: "FPWD", edDraftURI: "http://dev.w3.org/2009/dap/system-info/battery-status.html", - - // if this is a LCWD, uncomment and set the end of its review period // lcEnd: "2009-08-05", - - // if you want to have extra CSS, append them to this list - // it is recommended that the respec.css stylesheet be kept - extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"], - - // editors, add as many as you like - // only "name" is required editors: [ { name: "Anssi Kostiainen", company: "Nokia" } ], - - // authors, add as many as you like. - // This is optional, uncomment if you have authors as well as editors. - // only "name" is required. Same format as editors. - - //authors: [ - // { name: "Your Name", url: "http://example.org/", - // company: "Your Company", companyURL: "http://example.com/" }, - //], - - // name of the WG + inlineCSS: true, + noIDLIn: true, + extraCSS: ["../ReSpec.js/css/respec.css"], wg: "Device APIs and Policy Working Group", - - // URI of the public WG page wgURI: "http://www.w3.org/2009/dap/", - - // name (with the @w3c.org) of the public mailing to which comments are due wgPublicList: "public-device-apis", - - // URI of the patent status for this WG, for Rec-track documents - // !!!! IMPORTANT !!!! - // This is important for Rec-track documents, do not copy a patent URI from a random - // document unless you know what you're doing. If in doubt ask your friendly neighbourhood - // Team Contact. wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", }; </script> @@ -80,13 +35,6 @@ font-family: monospace; color: #459900; } - - pre.idl { - white-space: pre; /* CSS 2.0 */ - white-space: pre-wrap; /* CSS 2.1 */ - white-space: pre-line; /* CSS 3.0 */ - } - a.internalDFN:link, a.internalDFN:visited { font-family: monospace; border-bottom: 0; @@ -101,6 +49,16 @@ associated auxiliary devices. </section> + <section id='sotd'> + <p> + The functionality described in this specification was initially specified as part of the + <a href='http://www.w3.org/TR/system-info-api/'>System Information API</a> but has been + extracted in order to be more readily available, more straightforward to implement, and + in order to produce a specification that could be implemented on its own merits without + interference with other, often unrelated, features. + </p> + </section> + <section> <h2><a>BatteryStatusEvent</a> Interface</h2> <p>
Received on Wednesday, 20 April 2011 16:37:40 UTC