Update the snapshot.
authorAnssi Kostiainen <anssi.kostiainen@intel.com>
Thu, 03 Jul 2014 15:09:19 +0300
changeset 562 bb39f5118fc7
parent 561 cb5bbd14501b
child 563 2ab6c1799f07
Update the snapshot.
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