- From: Mercurial notifier <cvsmail@w3.org>
- Date: Tue, 31 Jul 2012 21:35:40 +0000
- To: public-dap-commits@w3.org
changeset: 178:fdbf863b3451
tag: tip
user: Doug Turner <dougt@dougt.org>
date: Tue Jul 31 14:32:54 2012 -0700
files: light/Overview.html
description:
Changing the title of the Light Events spec to Ambient Light Events. Also, declaring the units of the DeviceLightEvent
diff -r 6e859a04339e -r fdbf863b3451 light/Overview.html
--- a/light/Overview.html Tue Jul 31 16:03:15 2012 +0200
+++ b/light/Overview.html Tue Jul 31 14:32:54 2012 -0700
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Light Events</title>
+ <title>Ambient Light Events</title>
<meta charset="utf-8"/>
<script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>
<!--script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script-->
@@ -125,7 +125,7 @@
class="idl" data-merge='DeviceLightEventInit'>
<dt>readonly attribute double value</dt>
<dd>
- The <a>current device light</a>.
+ The <a>ambient light level in lux</a>.
</dd>
</dl>
<dl title="dictionary DeviceLightEventInit : EventInit" class='idl'>
Received on Tuesday, 31 July 2012 21:35:42 UTC