2009/dap/system-info battery-status.html,1.5,1.6

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv4902

Modified Files:
	battery-status.html 
Log Message:
Added a note re isBattery, isCharging and timeRemaining properties

Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- battery-status.html	7 Apr 2011 12:24:42 -0000	1.5
+++ battery-status.html	11 Apr 2011 12:54:54 -0000	1.6
@@ -104,6 +104,12 @@
       <p>
         This interface defines the <a>batterystatus</a>
         event type.
+        <div class='note'>
+          The inclusion of properties <code>isBattery</code>,
+          <code>isCharging</code>, and <code>timeRemaining</code> is under
+          consideration. The working group is looking for high value use
+          cases for the said properties.
+        </div>
       <dl title='[NoInterfaceObject] interface BatteryStatusEvent : Event'
           class='idl'>
         <dt>readonly attribute boolean isBattery</dt>

Received on Monday, 11 April 2011 12:54:58 UTC