Allow for infinite values in DeviceLightEventInit dictionary <http://www.w3.org/2009/dap/track/issues/141>
authorAnssi Kostiainen <anssi.kostiainen@intel.com>
Tue, 20 Aug 2013 23:29:45 +0300
changeset 445 916dbd5920d8
parent 444 5d7146b86243
child 446 fdf57e69bf2b
Allow for infinite values in DeviceLightEventInit dictionary <http://www.w3.org/2009/dap/track/issues/141>
light/Overview.html
light/Overview.src.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>
--- 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>