- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Aug 2011 08:07:44 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv1962
Modified Files:
battery-status.html
Log Message:
event order
Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- battery-status.html 23 Aug 2011 10:56:39 -0000 1.35
+++ battery-status.html 24 Aug 2011 08:07:42 -0000 1.36
@@ -290,6 +290,15 @@
</li>
</ul>
<p>
+ When the <code>status</code> attribute changes its value to
+ <code>low</code>, <code>critical</code> or <code>ok</code>,
+ then the <a class="product-ua" href="#ua">user agent</a> must
+ dispatch the <a>BatteryStatusEvent</a> event of type
+ <a>batterylow</a>, <a>batterycritical</a> or <a>batteryok</a>
+ respectively before dispatching the <a>BatteryStatusEvent</a>
+ event of type <a>batterystatus</a>.
+ </p>
+ <p>
When an event listener is registered with the event type
<a>batterystatus</a>, then the <a class="product-ua" href="#ua">user
agent</a> MUST retrieve the relevant information and dispatch a
Received on Wednesday, 24 August 2011 08:07:45 UTC