- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Nov 2011 23:47:51 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv17391 Modified Files: battery-status.html Log Message: replate TODO note with a non-normative note Index: battery-status.html =================================================================== RCS file: /sources/public/2009/dap/system-info/battery-status.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- battery-status.html 1 Nov 2011 22:18:24 -0000 1.64 +++ battery-status.html 2 Nov 2011 23:47:49 -0000 1.65 @@ -258,12 +258,10 @@ <code>levelchange</code> or <code>dischargingtimechange</code> respectively at the <a>BatteryManager</a> object. </p> - <div class="issue"> - TODO: The <code>chargingtimechange</code> and - <code>dischargingtimechange</code> events should not be fired too often, - so they should be rate limited. For example, firing every second is - probably too often. Otherwise web developers will need to resort to - event throttling which is inefficient. + <div class="note"> + The definition of how often the <code>chargingtimechange</code>, + <code>levelchange</code> and <code>dischargingtimechange</code> events + are fired is left to the implementation. </div> </section>
Received on Wednesday, 2 November 2011 23:47:55 UTC