- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Jun 2011 12:49:01 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv2118
Modified Files:
battery-status.html
Log Message:
clarify event dispatching upon registration
Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- battery-status.html 6 Jun 2011 12:41:21 -0000 1.21
+++ battery-status.html 6 Jun 2011 12:48:59 -0000 1.22
@@ -158,13 +158,11 @@
<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 dispatch a <a>BatteryStatusEvent</a> event immediately.
- </p>
- <p class='issue'>
- TODO: Make <em>immediately</em> explicit and align with
+ Agent</a> MUST retrieve the relevant information and dispatch a
+ <a>BatteryStatusEvent</a> event asynchronously as defined in
[[!DOM-LEVEL-3-EVENTS]].
</p>
-
+
<section>
<h3 id='event-batterystatus'>The <dfn class='event'>batterystatus</dfn>
Event</h3>
Received on Monday, 6 June 2011 12:49:02 UTC