- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Sep 2011 05:18:23 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv27212 Modified Files: battery-status.html Log Message: DOMCORE to DOM4 ref Index: battery-status.html =================================================================== RCS file: /sources/public/2009/dap/system-info/battery-status.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- battery-status.html 7 Sep 2011 16:06:10 -0000 1.43 +++ battery-status.html 8 Sep 2011 05:18:21 -0000 1.44 @@ -323,7 +323,7 @@ <h2>Constructor</h2> <p> <code>BatteryStatusEvent(<var>type</var>, <var>eventInitDict</var>) - </code> is an event constructor, as defined in [[!DOMCORE]]. + </code> is an event constructor, as defined in [[!DOM4]]. </p> <p> When the <a class="product-ua" href="#ua">user agent</a> is required @@ -331,7 +331,7 @@ <ol class="rule"> <li> Create an event that uses the <a>BatteryStatusEvent</a> - interface as defined in [[!DOMCORE]], which bubbles, and is + interface as defined in [[!DOM4]], which bubbles, and is cancelable, and has no default action. </li> <li>
Received on Thursday, 8 September 2011 05:18:25 UTC