fix broken fragments in CR snapshots
authorAnssi Kostiainen <anssi.kostiainen@intel.com>
Thu, 19 Sep 2013 17:15:07 +0300
changeset 462 99b5990d88c1
parent 461 ab104daca2ba
child 463 edbc18f73afe
fix broken fragments in CR snapshots
light/CR.html
light/CR.src.html
proximity/CR.html
proximity/CR.src.html
--- a/light/CR.html	Thu Sep 19 17:00:55 2013 +0300
+++ b/light/CR.html	Thu Sep 19 17:15:07 2013 +0300
@@ -686,7 +686,8 @@
 <span class="idlAttribute">                attribute <span class="idlAttrType"><a>EventHandler</a></span> <span class="idlAttrName"><a href="#widl-Window-ondevicelight">ondevicelight</a></span>;</span>
 };</span></pre>
       <p>
-        The <code>ondevicelight</code> event handler and its corresponding
+        The <code id="widl-Window-ondevicelight">ondevicelight</code>
+        event handler and its corresponding
         event handler event type <code>devicelight</code> <em class="rfc2119" title="MUST">MUST</em> be supported
         as an IDL attribute by all objects implementing the <a href="#idl-def-Window" class="idlType"><code>Window</code></a>
         interface.
@@ -701,7 +702,9 @@
 };</span></pre>
         
         <p>
-          The <code>value</code> attribute of the <a href="#idl-def-DeviceLightEvent" class="idlType"><code>DeviceLightEvent</code></a>
+          The <code id="widl-DeviceLightEvent-value">value</code>
+          <code id="widl-DeviceLightEventInit-value"></code>
+          attribute of the <a href="#idl-def-DeviceLightEvent" class="idlType"><code>DeviceLightEvent</code></a>
           interface <em class="rfc2119" title="MUST">MUST</em> return the value it was initialized to. When the
           object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to positive
           Infinity. It represents the <a href="#dfn-current-light-level" class="internalDFN">current light level</a>.
@@ -783,7 +786,8 @@
 <span class="idlAttribute">                attribute <span class="idlAttrType"><a>EventHandler</a></span> <span class="idlAttrName"><a href="#widl-Window-onlightlevel">onlightlevel</a></span>;</span>
 };</span></pre>
       <p>
-        The <code>onlightlevel</code> event handler and its corresponding
+        The <code id="widl-Window-onlightlevel">onlightlevel</code>
+        event handler and its corresponding
         event handler event type <code>lightlevel</code> <em class="rfc2119" title="MUST">MUST</em> be supported
         as an IDL attribute by all objects implementing the <a href="#idl-def-Window" class="idlType"><code>Window</code></a>
         interface.
@@ -804,7 +808,9 @@
         
         
         <p>
-          The <code>value</code> attribute of the <a href="#idl-def-LightLevelEvent" class="idlType"><code>LightLevelEvent</code></a>
+          The <code id="widl-LightLevelEvent-value">value</code>
+          <code id="widl-LightLevelEventInit-value"></code>
+          attribute of the <a href="#idl-def-LightLevelEvent" class="idlType"><code>LightLevelEvent</code></a>
           interface <em class="rfc2119" title="MUST">MUST</em> return the value it was initialized to. When the
           object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to an empty
           string. It represents the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>.
@@ -828,9 +834,9 @@
                 attribute to the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>, which <em class="rfc2119" title="MUST">MUST</em>
                 be one of the following values:
                 <ul>
-                  <li><code>dim</code></li>
-                  <li><code>normal</code></li>
-                  <li><code>bright</code></li>
+                  <li><code id="idl-def-LightLevelState.dim">dim</code></li>
+                  <li><code id="idl-def-LightLevelState.normal">normal</code></li>
+                  <li><code id="idl-def-LightLevelState.bright">bright</code></li>
                 </ul>
                 <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_3"><span>Note</span></div><div class="">
                   The lux ranges that map to the <a href="#dfn-current-light-level-state" class="internalDFN">current light level
@@ -891,8 +897,8 @@
     <section class="appendix" id="acknowledgements">
       <!--OddPage--><h2 aria-level="1" role="heading" id="h2_acknowledgements"><span class="secno">A. </span>Acknowledgements</h2>
       <p>
-        Doug Turner for the <a href="http://dougturner.wordpress.com/2012/03/26/device-light-sensor/">initial prototype</a> and
-        Marcos Caceres for the test suite.
+        Doug Turner for the initial prototype and Marcos Caceres for the
+        test suite.
       </p>
     </section>
   
--- a/light/CR.src.html	Thu Sep 19 17:00:55 2013 +0300
+++ b/light/CR.src.html	Thu Sep 19 17:15:07 2013 +0300
@@ -191,7 +191,8 @@
         <dd></dd>
       </dl>
       <p>
-        The <code>ondevicelight</code> event handler and its corresponding
+        The <code id="widl-Window-ondevicelight">ondevicelight</code>
+        event handler and its corresponding
         event handler event type <code>devicelight</code> MUST be supported
         as an IDL attribute by all objects implementing the <a>Window</a>
         interface.
@@ -213,7 +214,9 @@
           <dd></dd>
         </dl>
         <p>
-          The <code>value</code> attribute of the <a>DeviceLightEvent</a>
+          The <code id="widl-DeviceLightEvent-value">value</code>
+          <code id="widl-DeviceLightEventInit-value"></code>
+          attribute of the <a>DeviceLightEvent</a>
           interface MUST return the value it was initialized to. When the
           object is created, this attribute MUST be initialized to positive
           Infinity. It represents the <a>current light level</a>.
@@ -299,7 +302,8 @@
         </dd>
       </dl>
       <p>
-        The <code>onlightlevel</code> event handler and its corresponding
+        The <code id="widl-Window-onlightlevel">onlightlevel</code>
+        event handler and its corresponding
         event handler event type <code>lightlevel</code> MUST be supported
         as an IDL attribute by all objects implementing the <a>Window</a>
         interface.
@@ -316,7 +320,7 @@
         </dl>
         <dl id="enum-basic" class="idl" title="enum LightLevelState">
           <dt>
-            &zwj;<!-- (empty string) -->
+            <code id="idl-def-LightLevelState.generatedID">&zwj;</code><!-- (empty string) -->
           </dt>
           <dd></dd>
           <dt>
@@ -339,7 +343,9 @@
           <dd></dd>
         </dl>
         <p>
-          The <code>value</code> attribute of the <a>LightLevelEvent</a>
+          The <code id="widl-LightLevelEvent-value">value</code>
+          <code id="widl-LightLevelEventInit-value"></code>
+          attribute of the <a>LightLevelEvent</a>
           interface MUST return the value it was initialized to. When the
           object is created, this attribute MUST be initialized to an empty
           string. It represents the <a>current light level state</a>.
@@ -363,9 +369,9 @@
                 attribute to the <a>current light level state</a>, which MUST
                 be one of the following values:
                 <ul>
-                  <li><code>dim</code></li>
-                  <li><code>normal</code></li>
-                  <li><code>bright</code></li>
+                  <li><code id="idl-def-LightLevelState.dim">dim</code></li>
+                  <li><code id="idl-def-LightLevelState.normal">normal</code></li>
+                  <li><code id="idl-def-LightLevelState.bright">bright</code></li>
                 </ul>
                 <div class="note">
                   The lux ranges that map to the <a>current light level
@@ -426,8 +432,8 @@
     <section class="appendix">
       <h2>Acknowledgements</h2>
       <p>
-        Doug Turner for the <a href="http://dougturner.wordpress.com/2012/03/26/device-light-sensor/">initial prototype</a> and
-        Marcos Caceres for the test suite.
+        Doug Turner for the initial prototype and Marcos Caceres for the
+        test suite.
       </p>
     </section>
   </body>
--- a/proximity/CR.html	Thu Sep 19 17:00:55 2013 +0300
+++ b/proximity/CR.html	Thu Sep 19 17:15:07 2013 +0300
@@ -711,7 +711,8 @@
 <span class="idlAttribute">                attribute <span class="idlAttrType"><a>EventHandler</a></span> <span class="idlAttrName"><a href="#widl-Window-ondeviceproximity">ondeviceproximity</a></span>;</span>
 };</span></pre>
       <p>
-        The <code>ondeviceproximity</code> event handler and its corresponding
+        The <code id="widl-Window-ondeviceproximity">ondeviceproximity</code>
+        event handler and its corresponding
         event handler event type <code>deviceproximity</code> <em class="rfc2119" title="MUST">MUST</em> be supported
         as an IDL attribute by all objects implementing the <a href="#idl-def-Window" class="idlType"><code>Window</code></a>
         interface.
@@ -730,19 +731,25 @@
 };</span></pre>
         
         <p>
-          The <code>value</code> attribute of the <a href="#idl-def-DeviceProximityEvent" class="idlType"><code>DeviceProximityEvent</code></a>
+          The <code id="widl-DeviceProximityEvent-value">value</code>
+          <code id="widl-DeviceProximityEventInit-value"></code>
+          attribute of the <a href="#idl-def-DeviceProximityEvent" class="idlType"><code>DeviceProximityEvent</code></a>
           interface <em class="rfc2119" title="MUST">MUST</em> return the value it was initialized to. When the
           object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to positive
           Infinity. It represents the <a href="#dfn-current-device-proximity" class="internalDFN">current device proximity</a>.
         </p>
         <p>
-          The <code>min</code> attribute of the <a href="#idl-def-DeviceProximityEvent" class="idlType"><code>DeviceProximityEvent</code></a>
+          The <code id="widl-DeviceProximityEvent-min">min</code>
+          <code id="widl-DeviceProximityEventInit-min"></code>
+          attribute of the <a href="#idl-def-DeviceProximityEvent" class="idlType"><code>DeviceProximityEvent</code></a>
           interface <em class="rfc2119" title="MUST">MUST</em> return the value it was initialized to. When the
           object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to negative
           Infinity. It represents the <a href="#dfn-minimum-sensing-distance" class="internalDFN">minimum sensing distance</a>.
         </p>
         <p>
-          The <code>max</code> attribute of the <a href="#idl-def-DeviceProximityEvent" class="idlType"><code>DeviceProximityEvent</code></a>
+          The <code id="widl-DeviceProximityEvent-max">max</code>
+          <code id="widl-DeviceProximityEventInit-max"></code>
+          attribute of the <a href="#idl-def-DeviceProximityEvent" class="idlType"><code>DeviceProximityEvent</code></a>
           interface <em class="rfc2119" title="MUST">MUST</em> return the value it was initialized to. When the
           object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to positive
           Infinity. It represents the <a href="#dfn-maximum-sensing-distance" class="internalDFN">maximum sensing distance</a>.
@@ -830,7 +837,8 @@
 <span class="idlAttribute">                attribute <span class="idlAttrType"><a>EventHandler</a></span> <span class="idlAttrName"><a href="#widl-Window-onuserproximity">onuserproximity</a></span>;</span>
 };</span></pre>
       <p>
-        The <code>onuserproximity</code> event handler and its corresponding
+        The <code id="widl-Window-onuserproximity">onuserproximity</code>
+        event handler and its corresponding
         event handler event type <code>userproximity</code> <em class="rfc2119" title="MUST">MUST</em> be supported
         as an IDL attribute by all objects implementing the <a href="#idl-def-Window" class="idlType"><code>Window</code></a>
         interface.
@@ -845,7 +853,9 @@
 };</span></pre>
         
         <p>
-          The <code>near</code> attribute of the <a href="#idl-def-UserProximityEvent" class="idlType"><code>UserProximityEvent</code></a>
+          The <code id="widl-UserProximityEvent-near">near</code>
+          <code id="widl-UserProximityEventInit-near"></code>
+          attribute of the <a href="#idl-def-UserProximityEvent" class="idlType"><code>UserProximityEvent</code></a>
           interface <em class="rfc2119" title="MUST">MUST</em> return the value it was initialized to. When the
           object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to false.
           It represents the <a href="#dfn-current-user-proximity-state" class="internalDFN">current user proximity state</a>.
--- a/proximity/CR.src.html	Thu Sep 19 17:00:55 2013 +0300
+++ b/proximity/CR.src.html	Thu Sep 19 17:15:07 2013 +0300
@@ -217,7 +217,8 @@
         </dd>
       </dl>
       <p>
-        The <code>ondeviceproximity</code> event handler and its corresponding
+        The <code id="widl-Window-ondeviceproximity">ondeviceproximity</code>
+        event handler and its corresponding
         event handler event type <code>deviceproximity</code> MUST be supported
         as an IDL attribute by all objects implementing the <a>Window</a>
         interface.
@@ -255,19 +256,25 @@
           <dd></dd>
         </dl>
         <p>
-          The <code>value</code> attribute of the <a>DeviceProximityEvent</a>
+          The <code id="widl-DeviceProximityEvent-value">value</code>
+          <code id="widl-DeviceProximityEventInit-value"></code>
+          attribute of the <a>DeviceProximityEvent</a>
           interface MUST return the value it was initialized to. When the
           object is created, this attribute MUST be initialized to positive
           Infinity. It represents the <a>current device proximity</a>.
         </p>
         <p>
-          The <code>min</code> attribute of the <a>DeviceProximityEvent</a>
+          The <code id="widl-DeviceProximityEvent-min">min</code>
+          <code id="widl-DeviceProximityEventInit-min"></code>
+          attribute of the <a>DeviceProximityEvent</a>
           interface MUST return the value it was initialized to. When the
           object is created, this attribute MUST be initialized to negative
           Infinity. It represents the <a>minimum sensing distance</a>.
         </p>
         <p>
-          The <code>max</code> attribute of the <a>DeviceProximityEvent</a>
+          The <code id="widl-DeviceProximityEvent-max">max</code>
+          <code id="widl-DeviceProximityEventInit-max"></code>
+          attribute of the <a>DeviceProximityEvent</a>
           interface MUST return the value it was initialized to. When the
           object is created, this attribute MUST be initialized to positive
           Infinity. It represents the <a>maximum sensing distance</a>.
@@ -357,7 +364,8 @@
         </dd>
       </dl>
       <p>
-        The <code>onuserproximity</code> event handler and its corresponding
+        The <code id="widl-Window-onuserproximity">onuserproximity</code>
+        event handler and its corresponding
         event handler event type <code>userproximity</code> MUST be supported
         as an IDL attribute by all objects implementing the <a>Window</a>
         interface.
@@ -379,7 +387,9 @@
           <dd></dd>
         </dl>
         <p>
-          The <code>near</code> attribute of the <a>UserProximityEvent</a>
+          The <code id="widl-UserProximityEvent-near">near</code>
+          <code id="widl-UserProximityEventInit-near"></code>
+          attribute of the <a>UserProximityEvent</a>
           interface MUST return the value it was initialized to. When the
           object is created, this attribute MUST be initialized to false.
           It represents the <a>current user proximity state</a>.