- From: Mercurial notifier <cvsmail@w3.org>
- Date: Wed, 17 Apr 2013 12:24:54 +0000
- To: public-dap-commits@w3.org
changeset: 407:8b83035dc023 tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Wed Apr 17 15:24:40 2013 +0300 files: light/Overview.src.html description: remove redundant content diff -r e6a63b587354 -r 8b83035dc023 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>‍</dt><!-- (empty string) --> - <dd> - </dd> - <dt>dim</dt> - <dd> - </dd> - <dt>normal</dt> - <dd> - </dd> - <dt>bright</dt> - <dd> - </dd> + <dt> + ‍<!-- (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>
Received on Wednesday, 17 April 2013 12:24:55 UTC