- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 03 Jul 2014 12:09:51 +0000
- To: public-dap-commits@w3.org
changeset: 562:bb39f5118fc7 tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Thu Jul 03 15:09:19 2014 +0300 files: battery/Overview.html description: Update the snapshot. diff -r cb5bbd14501b -r bb39f5118fc7 battery/Overview.html --- a/battery/Overview.html Thu Jul 03 15:08:16 2014 +0300 +++ b/battery/Overview.html Thu Jul 03 15:09:19 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-07-03T03:24:12.000Z" id="w3c-editor-s-draft-03-july-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-07-03">03 July 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-07-03T09:06:22.000Z" id="w3c-editor-s-draft-03-july-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-07-03">03 July 2014</time></h2> <dl> <dt>This version:</dt> @@ -705,7 +705,7 @@ <code>getBattery()</code>. If the <a href="#dfn-user-agent" class="internalDFN">user agent</a> does not want to expose the battery information to the web page, it is <em class="rfc2119" title="RECOMMENDED">RECOMMENDED</em> to not expose <code>getBattery()</code> or resolve the promise with an - instance of <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> exposing only default values. + instance of <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> exposing only <a href="#dfn-default-values" class="internalDFN">default values</a>. </p> </section> @@ -735,7 +735,7 @@ <p> When the <a href="#dfn-promise" class="internalDFN">promise</a> is <a href="#dfn-resolve" class="internalDFN">resolve</a>d with the <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> object and the implementation is unable to provide any battery - information, the default values are set as follows (which is + information, the <dfn id="dfn-default-values">default values</dfn> are set as follows (which is equivalent to a fully charged battery): <code>charging</code> <em class="rfc2119" title="MUST">MUST</em> be set to true, <code>chargingTime</code> <em class="rfc2119" title="MUST">MUST</em> be set to 0, <code>dischargingTime</code> <em class="rfc2119" title="MUST">MUST</em> be set to positive Infinity, and
Received on Thursday, 3 July 2014 12:09:52 UTC