remove redundant content
authorAnssi Kostiainen <anssi.kostiainen@intel.com>
Wed, 17 Apr 2013 15:24:40 +0300
changeset 407 8b83035dc023
parent 406 e6a63b587354
child 408 4360066156b6
remove redundant content
light/Overview.src.html
--- a/light/Overview.src.html	Wed Apr 17 15:19:31 2013 +0300
+++ b/light/Overview.src.html	Wed Apr 17 15:24:40 2013 +0300
@@ -126,9 +126,10 @@
         which this specification extends:
       </p>
       <dl title="partial interface Window" class="idl">
-        <dt>attribute EventHandler ondevicelight</dt>
-        <dd>
-        </dd>
+        <dt>
+          attribute EventHandler ondevicelight
+        </dt>
+        <dd></dd>
       </dl>
       <p>
         The <code>ondevicelight</code> event handler and its corresponding
@@ -141,10 +142,10 @@
         <dl title="[Constructor (DOMString type, optional DeviceLightEventInit eventInitDict)]
                    interface DeviceLightEvent : Event"
             class="idl" data-merge='DeviceLightEventInit'>
-          <dt>readonly attribute unrestricted double value</dt>
-          <dd>
-            The <a>ambient light level in lux</a>.
-          </dd>
+          <dt>
+            readonly attribute unrestricted double value
+          </dt>
+          <dd></dd>
         </dl>
         <dl title="dictionary DeviceLightEventInit : EventInit" class='idl'>
           <dt>
@@ -232,7 +233,9 @@
         which this specification extends:
       </p>
       <dl title="partial interface Window" class="idl">
-        <dt>attribute EventHandler onlightlevel</dt>
+        <dt>
+          attribute EventHandler onlightlevel
+        </dt>
         <dd>
         </dd>
       </dl>
@@ -247,22 +250,28 @@
         <dl title="[Constructor (DOMString type, optional LightLevelEventInit eventInitDict)]
                    interface LightLevelEvent : Event"
             class="idl" data-merge='LightLevelEventInit LightLevelState'>
-          <dt>readonly attribute LightLevelState value</dt>
+          <dt>
+            readonly attribute LightLevelState value
+          </dt>
           <dd></dd>
         </dl>
         <dl id="enum-basic" class="idl" title="enum LightLevelState">
-          <dt>&zwj;</dt><!-- (empty string) -->
-          <dd>
-          </dd>
-          <dt>dim</dt>
-          <dd>
-          </dd>
-          <dt>normal</dt>
-          <dd>
-          </dd>
-          <dt>bright</dt>
-          <dd>
-          </dd>
+          <dt>
+            &zwj;<!-- (empty string) -->
+          </dt>
+          <dd></dd>
+          <dt>
+            dim
+          </dt>
+          <dd></dd>
+          <dt>
+            normal
+          </dt>
+          <dd></dd>
+          <dt>
+            bright
+          </dt>
+          <dd></dd>
         </dl>
         <dl title="dictionary LightLevelEventInit : EventInit" class='idl'>
           <dt>