- From: Mercurial notifier <cvsmail@w3.org>
- Date: Mon, 11 Aug 2014 08:45:19 +0000
- To: public-dap-commits@w3.org
changeset: 567:3aa674091683 user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Mon Aug 11 11:16:04 2014 +0300 files: battery/Overview.html battery/Overview.src.html description: Update changes since in SoTD + Update the snapshot. diff -r f80f44c01c3f -r 3aa674091683 battery/Overview.html --- a/battery/Overview.html Mon Aug 11 11:06:53 2014 +0300 +++ b/battery/Overview.html Mon Aug 11 11:16:04 2014 +0300 @@ -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-08-11T04:58:01.000Z" id="w3c-editor-s-draft-11-august-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-08-11">11 August 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-08-11T05:13:55.000Z" id="w3c-editor-s-draft-11-august-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-08-11">11 August 2014</time></h2> <dl> <dt>This version:</dt> @@ -519,22 +519,23 @@ 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/"> + 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. - (<a href="#h2_navigator-interface">Section 5</a>) + returning a <a href="#dfn-promise" class="internalDFN">Promise</a> instead of a synchronous accessor. + (<a href="#the-navigator-interface">Section 5</a>) </li> <li> - Clarify defaults when a <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> object is created. - (<a href="#batterymanager-interface">Section 6</a>) + Clarify <a href="#dfn-default-values" class="internalDFN">default values</a> when a <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> object is created. + (<a href="#the-batterymanager-interface">Section 6</a>) </li> <li> Specify the behavior when a host device has more than one battery. - (<a href="#h3_multiple-batteries">Section 6.1</a>) + (<a href="#multiple-batteries">Section 6.1</a>) </li> </ul> @@ -819,7 +820,7 @@ <code><a href="#dfn-dischargingtimechange" class="internalDFN">dischargingtimechange</a></code>, and <code><a href="#dfn-levelchange" class="internalDFN">levelchange</a> </code> events are fired is left to the implementation. </p></div> - <section id="multiple-batteries"> + <section id="multiple-batteries" typeof="bibo:Chapter" resource="#multiple-batteries" rel="bibo:Chapter"> <h3 aria-level="2" role="heading" id="h3_multiple-batteries"><span class="secno">6.1 </span>Multiple batteries</h3> <p> If a hosting device contains more than one battery, diff -r f80f44c01c3f -r 3aa674091683 battery/Overview.src.html --- a/battery/Overview.src.html Mon Aug 11 11:06:53 2014 +0300 +++ b/battery/Overview.src.html Mon Aug 11 11:16:04 2014 +0300 @@ -47,22 +47,23 @@ 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/"> + 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>BatteryManager</a> via <code>getBattery()</code> - returning a Promise instead of a synchronous accessor. - (<a href="#h2_navigator-interface">Section 5</a>) + returning a <a>Promise</a> instead of a synchronous accessor. + (<a href="#the-navigator-interface">Section 5</a>) </li> <li> - Clarify defaults when a <a>BatteryManager</a> object is created. - (<a href="#batterymanager-interface">Section 6</a>) + Clarify <a>default values</a> when a <a>BatteryManager</a> object is created. + (<a href="#the-batterymanager-interface">Section 6</a>) </li> <li> Specify the behavior when a host device has more than one battery. - (<a href="#h3_multiple-batteries">Section 6.1</a>) + (<a href="#multiple-batteries">Section 6.1</a>) </li> </ul> </section> @@ -297,7 +298,7 @@ <code><a>dischargingtimechange</a></code>, and <code><a>levelchange</a> </code> events are fired is left to the implementation. </p> - <section> + <section id="multiple-batteries"> <h2>Multiple batteries</h2> <p> If a hosting device contains more than one battery,
Received on Monday, 11 August 2014 08:45:21 UTC