- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 07 Feb 2013 15:49:37 +0000
- To: public-dap-commits@w3.org
changeset: 383:84299a4042d0
user: Mounir Lamouri <mounir.lamouri@gmail.com>
date: Thu Feb 07 15:48:59 2013 +0000
files: battery/Overview.src.html
description:
Use 'partial interface' instead of 'implements'.
diff -r d3c0dcc5d055 -r 84299a4042d0 battery/Overview.src.html
--- a/battery/Overview.src.html Wed Feb 06 09:03:57 2013 -0500
+++ b/battery/Overview.src.html Thu Feb 07 15:48:59 2013 +0000
@@ -219,20 +219,18 @@
</p>
</section>
<section>
- <h2><a>NavigatorBattery</a> Interface</h2>
+ <h2><a>Navigator</a> Interface</h2>
<p>
- The <a>NavigatorBattery</a> interface is exposed on the
- <code>Navigator</code> object.
+ A <a>BatteryManager</a> object is exposed on the <code>Navigator</code> object.
</p>
- <div class="idl" title="Navigator implements NavigatorBattery"></div>
- <dl title="[NoInterfaceObject] interface NavigatorBattery" class="idl">
+ <dl title="partial interface Navigator" class="idl">
<dt>readonly attribute BatteryManager battery</dt>
<dd>
The object that exposes the battery status information.
</dd>
</dl>
</section>
-
+
<section>
<h2><a>BatteryManager</a> Interface</h2>
<dl title="[NoInterfaceObject]
Received on Thursday, 7 February 2013 15:49:38 UTC