- From: Mercurial notifier <cvsmail@w3.org>
- Date: Fri, 13 Jul 2012 07:17:15 +0000
- To: public-dap-commits@w3.org
changeset: 152:0854694decf9
user: Marcos Caceres <w3c@marcosc.com>
date: Fri Jul 13 08:13:06 2012 +0100
files: humidity/Overview.html
description:
cleaned up some copy/paste left overs
diff -r 326d1382f1d5 -r 0854694decf9 humidity/Overview.html
--- a/humidity/Overview.html Fri Jul 13 07:58:51 2012 +0100
+++ b/humidity/Overview.html Fri Jul 13 08:13:06 2012 +0100
@@ -100,12 +100,12 @@
which this specification extends:
</p>
<dl title="partial interface Window" class="idl">
- <dt>attribute EventHandler onambienttemp</dt>
+ <dt>attribute EventHandler onhumidity</dt>
<dd>
</dd>
</dl>
<p>
- The <code>onambienttemp</code> event handler and its corresponding
+ The <code>onhumidity</code> event handler and its corresponding
event handler event type <code>ambienthumidity</code> MUST be supported
as an IDL attribute by all objects implementing the <a>Window</a>
interface.
@@ -176,7 +176,7 @@
</thead>
<tbody>
<tr>
- <td><strong><code>onambienttemp</code></strong></td>
+ <td><strong><code>onhumidity</code></strong></td>
<td><code>ambienthumidity</code></td>
</tr>
</tbody>
Received on Friday, 13 July 2012 07:17:33 UTC