- From: Mercurial notifier <cvsmail@w3.org>
- Date: Tue, 10 Jun 2014 11:04:46 +0000
- To: public-dap-commits@w3.org
changeset: 538:64e8f8ddf935 tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Tue Jun 10 14:04:24 2014 +0300 files: battery/Overview.html battery/Overview.src.html description: Update changes since in the SotD. diff -r 797f73ee6a31 -r 64e8f8ddf935 battery/Overview.html --- a/battery/Overview.html Tue Jun 10 12:13:07 2014 +0300 +++ b/battery/Overview.html Tue Jun 10 14:04:24 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-06-10T06:09:31.000Z" id="w3c-editor-s-draft-10-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-06-10">10 June 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-06-10T07:58:01.000Z" id="w3c-editor-s-draft-10-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-06-10">10 June 2014</time></h2> <dl> <dt>This version:</dt> @@ -523,11 +523,18 @@ 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> + 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>) </li> - <li>Specify the behavior when a host device has more than one battery. - (Section 6.1) + <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>) + </li> + <li> + Specify the behavior when a host device has more than one battery. + (<a href="#h3_multiple-batteries">Section 6.1</a>) </li> </ul> diff -r 797f73ee6a31 -r 64e8f8ddf935 battery/Overview.src.html --- a/battery/Overview.src.html Tue Jun 10 12:13:07 2014 +0300 +++ b/battery/Overview.src.html Tue Jun 10 14:04:24 2014 +0300 @@ -51,11 +51,18 @@ last published version</a>: </p> <ul> - <li>Expose <a>BatteryManager</a> via <code>getBattery()</code> - returning a Promise instead of a synchronous accessor. (Section 5) + <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>) </li> - <li>Specify the behavior when a host device has more than one battery. - (Section 6.1) + <li> + Clarify defaults when a <a>BatteryManager</a> object is created. + (<a href="#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>) </li> </ul> </section>
Received on Tuesday, 10 June 2014 11:04:46 UTC