2009/dap/system-info battery-status.html,1.53,1.54

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

Modified Files:
	battery-status.html 
Log Message:
if no battery attached, then level=null

Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- battery-status.html	14 Sep 2011 11:36:39 -0000	1.53
+++ battery-status.html	14 Sep 2011 14:32:45 -0000	1.54
@@ -289,8 +289,9 @@
           scaled from 0 to 100. A value of 0 indicates that the
           system's battery is depleted, i.e. it is about to be
           suspended. If the implementation is unable to report the
-          battery's level, then <code>level</code> MUST be
-          set to <code>null</code>.
+          battery's level, or there is no battery attached to the
+          system, then <code>level</code> MUST be set to
+          <code>null</code>.
         </dd>
         <dt>readonly attribute DOMString? status</dt>
         <dd>
@@ -309,7 +310,7 @@
             The definitions of <em>low_threshold</em> and
             <em>critical_threshold</em> are left to the implementation.
           </p>
-          <table class="simple">
+          <table id="status-table" class="simple">
             <thead>
               <tr>
                 <th>

Received on Wednesday, 14 September 2011 14:32:49 UTC