- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 May 2011 12:23:39 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv3115 Modified Files: battery-status.html Log Message: simplify prose around isPlugged Index: battery-status.html =================================================================== RCS file: /sources/public/2009/dap/system-info/battery-status.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- battery-status.html 26 May 2011 13:09:31 -0000 1.13 +++ battery-status.html 30 May 2011 12:23:37 -0000 1.14 @@ -93,11 +93,10 @@ class='idl'> <dt>readonly attribute boolean isPlugged</dt> <dd> - Represents whether the device is plugged in and its battery is - currently charging. If the device is current plugged in and - and its battery is being charged or is at its full capacity, - then <code>isPluged</code> MUST be set to <code>true</code>, - otherwise <code>false</code>. + Represents whether the device is plugged in. If the device is + current plugged in and its battery is being charged or is at + its full capacity, then <code>isPluged</code> MUST be set to + <code>true</code>, otherwise <code>false</code>. </dd> <dt>readonly attribute float? level</dt> <dd>
Received on Monday, 30 May 2011 12:23:41 UTC