- From: Mercurial notifier <cvsmail@w3.org>
- Date: Fri, 06 Jun 2014 12:46:39 +0000
- To: public-dap-commits@w3.org
changeset: 528:d03d51adec91 tag: tip user: Mounir Lamouri <mounir@lamouri.fr> date: Fri Jun 06 13:46:29 2014 +0100 files: battery/Overview.html battery/Overview.src.html description: Add changes in sotd diff -r 42ec605f15bc -r d03d51adec91 battery/Overview.html --- a/battery/Overview.html Fri Jun 06 13:40:25 2014 +0100 +++ b/battery/Overview.html Fri Jun 06 13:46:29 2014 +0100 @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en" dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en" style=""> +<html lang="en" dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en"> <head> <title>Battery Status API</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> @@ -436,7 +436,7 @@ </p> <h1 class="title p-name" id="title" property="dcterms:title">Battery Status API</h1> - <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-06-06T11:39:52.000Z" id="w3c-editor-s-draft-06-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-06-06">06 June 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-06-06T11:45:35.000Z" id="w3c-editor-s-draft-06-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-06-06">06 June 2014</time></h2> <dl> <dt>This version:</dt> @@ -518,6 +518,18 @@ specification that could be implemented on its own merits without interference with other, often unrelated, features. </p> + <p> + The following changes have been made since the <a href="http://www.w3.org/TR/2012/CR-battery-status-20120508/"> + last published version</a>: + </p><ul> + <li>Expose <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> via <code>getBattery()</code> + returning a Promise instead of a synchronous accessor. (Section 5) + </li> + <li>Specify the behavior when a host device has more than one battery. + (Section 6.1) + </li> + </ul> + <p></p> <p> This document was published by the <a href="http://www.w3.org/2009/dap/">Device APIs Working Group</a> as an Editor's Draft. diff -r 42ec605f15bc -r d03d51adec91 battery/Overview.src.html --- a/battery/Overview.src.html Fri Jun 06 13:40:25 2014 +0100 +++ b/battery/Overview.src.html Fri Jun 06 13:46:29 2014 +0100 @@ -46,6 +46,18 @@ specification that could be implemented on its own merits without interference with other, often unrelated, features. </p> + <p> + The following changes have been made since the <a href="http://www.w3.org/TR/2012/CR-battery-status-20120508/"> + last published version</a>: + <ul> + <li>Expose <a>BatteryManager</a> via <code>getBattery()</code> + returning a Promise instead of a synchronous accessor. (Section 5) + </li> + <li>Specify the behavior when a host device has more than one battery. + (Section 6.1) + </li> + </ul> + </p> </section> <section class="informative">
Received on Friday, 6 June 2014 12:46:42 UTC