- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Aug 2011 11:40:04 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv23101
Modified Files:
battery-status.html
Log Message:
ordering & boundary crossing of battery{low, critical}, level treshold clarified
Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- battery-status.html 5 Jul 2011 11:12:58 -0000 1.32
+++ battery-status.html 18 Aug 2011 11:40:02 -0000 1.33
@@ -269,7 +269,7 @@
<code>isPlugged</code> changes its value, or
</li>
<li>
- <code>level</code> changes by at least 1%
+ <code>level</code> changes by at least 1
</li>
</ul>
<p>
@@ -330,7 +330,10 @@
</p>
<ul>
<li>
- the low battery condition is reached
+ the low battery condition is reached, and
+ </li>
+ <li>
+ the battery is depleting
</li>
</ul>
<p>
@@ -388,12 +391,16 @@
</p>
<ul>
<li>
- the critically low battery condition is reached
+ the critically low battery condition is reached, and
+ </li>
+ <li>
+ the battery is depleting
</li>
</ul>
<p>
- The definition of a critically low battery condition is left to the
- implementation.
+ In the critically low battery condition the battery level is lower
+ than in the low battery condition. Otherwise, the definition of a
+ critically low battery condition is left to the implementation.
</p>
<table class='event-type-battery'>
<tr>
Received on Thursday, 18 August 2011 11:40:05 UTC