- From: Mercurial notifier <cvsmail@w3.org>
- Date: Tue, 20 Aug 2013 20:37:19 +0000
- To: public-dap-commits@w3.org
changeset: 445:916dbd5920d8 user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Tue Aug 20 23:29:45 2013 +0300 files: light/Overview.html light/Overview.src.html description: Allow for infinite values in DeviceLightEventInit dictionary <http://www.w3.org/2009/dap/track/issues/141> diff -r 5d7146b86243 -r 916dbd5920d8 light/Overview.html --- a/light/Overview.html Tue Aug 20 23:25:22 2013 +0300 +++ b/light/Overview.html Tue Aug 20 23:29:45 2013 +0300 @@ -391,7 +391,7 @@ </p> <h1 class="title p-name" id="title" property="dcterms:title">Ambient Light Events</h1> - <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-08-20T17:23:43.000Z" id="w3c-editor-s-draft-20-august-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-08-20">20 August 2013</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-08-20T17:28:11.000Z" id="w3c-editor-s-draft-20-august-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-08-20">20 August 2013</time></h2> <dl> <dt>This version:</dt> @@ -686,7 +686,7 @@ <section id="devicelightevent-interface"> <h3 aria-level="2" role="heading" id="h3_devicelightevent-interface"><span class="secno">5.1 </span><a href="#idl-def-DeviceLightEvent" class="idlType"><code>DeviceLightEvent</code></a> Interface</h3> <pre class="idl"><span class="idlInterface" id="idl-def-DeviceLightEvent"><span class="idlDictionary" id="idl-def-DeviceLightEventInit">dictionary <span class="idlDictionaryID">DeviceLightEventInit</span> : <span class="idlSuperclass"><a>EventInit</a></span> { -<span class="idlMember"> <span class="idlMemberType"><a>double</a></span> <span class="idlMemberName"><a href="#widl-DeviceLightEventInit-value">value</a></span>;</span> +<span class="idlMember"> <span class="idlMemberType"><a>unrestricted double</a></span> <span class="idlMemberName"><a href="#widl-DeviceLightEventInit-value">value</a></span>;</span> };</span><br><br>[<span class="extAttr">Constructor (DOMString type, optional DeviceLightEventInit eventInitDict)</span>] interface <span class="idlInterfaceID">DeviceLightEvent</span> : <span class="idlSuperclass"><a>Event</a></span> { <span class="idlAttribute"> readonly attribute <span class="idlAttrType"><a>unrestricted double</a></span> <span class="idlAttrName"><a href="#widl-DeviceLightEvent-value">value</a></span>;</span> diff -r 5d7146b86243 -r 916dbd5920d8 light/Overview.src.html --- a/light/Overview.src.html Tue Aug 20 23:25:22 2013 +0300 +++ b/light/Overview.src.html Tue Aug 20 23:29:45 2013 +0300 @@ -208,7 +208,7 @@ </dl> <dl title="dictionary DeviceLightEventInit : EventInit" class='idl'> <dt> - double value + unrestricted double value </dt> <dd></dd> </dl>
Received on Tuesday, 20 August 2013 20:37:20 UTC