- From: Mercurial notifier <cvsmail@w3.org>
- Date: Tue, 01 Jul 2014 09:16:01 +0000
- To: public-dap-commits@w3.org
changeset: 550:653cc635faca
user: Anssi Kostiainen <anssi.kostiainen@intel.com>
date: Tue Jul 01 12:08:37 2014 +0300
files: battery/Overview.src.html
description:
Editorial: add <dfn> to promise.
diff -r 7857ba0e4266 -r 653cc635faca battery/Overview.src.html
--- a/battery/Overview.src.html Tue Jul 01 12:05:35 2014 +0300
+++ b/battery/Overview.src.html Tue Jul 01 12:08:37 2014 +0300
@@ -155,7 +155,8 @@
following steps:
</p>
<ul>
- <li>Let <var>promise</var> be a newly created Promise and return it.
+ <li>Let <var><dfn>promise</dfn></var> be a newly created Promise and
+ return it.
</li>
<li>If an instance of <a>BatteryManager</a> has previously been
created in the current <a>browsing context</a>, let <var>battery</var>
@@ -223,7 +224,7 @@
<dd></dd>
</dl>
<p>
- When the promise is <a>resolve</a>d with the <a>BatteryManager</a>
+ When the <a>promise</a> is <a>resolve</a>d with the <a>BatteryManager</a>
object and the implementation is unable to provide any battery
information, the default values are set as follows (which is
equivalent to a fully charged battery): <code>charging</code> MUST be
Received on Tuesday, 1 July 2014 09:16:02 UTC