Changing the title of the Light Events spec to Ambient Light Events. Also, declaring the units of the DeviceLightEvent
authorDoug Turner <dougt@dougt.org>
Tue, 31 Jul 2012 14:32:54 -0700
changeset 178 fdbf863b3451
parent 177 6e859a04339e
child 179 811c927d1458
Changing the title of the Light Events spec to Ambient Light Events. Also, declaring the units of the DeviceLightEvent
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'>