- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 19 Sep 2013 14:15:28 +0000
- To: public-dap-commits@w3.org
changeset: 461:ab104daca2ba user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Thu Sep 19 17:00:55 2013 +0300 files: light/Overview.html light/Overview.src.html proximity/Overview.html proximity/Overview.src.html description: fix broken fragments in EDs diff -r f300fed49d3e -r ab104daca2ba light/Overview.html --- a/light/Overview.html Thu Sep 19 16:26:15 2013 +0300 +++ b/light/Overview.html Thu Sep 19 17:00:55 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-09-19T10:03:00.000Z" id="w3c-editor-s-draft-19-september-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-09-19">19 September 2013</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-09-19T10:58:10.000Z" id="w3c-editor-s-draft-19-september-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-09-19">19 September 2013</time></h2> <dl> <dt>This version:</dt> @@ -678,7 +678,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. @@ -693,7 +694,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>. @@ -775,7 +778,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. @@ -796,7 +800,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>. @@ -820,9 +826,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 @@ -883,8 +889,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> diff -r f300fed49d3e -r ab104daca2ba light/Overview.src.html --- a/light/Overview.src.html Thu Sep 19 16:26:15 2013 +0300 +++ b/light/Overview.src.html Thu Sep 19 17:00:55 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> - ‍<!-- (empty string) --> + <code id="idl-def-LightLevelState.generatedID">‍</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> diff -r f300fed49d3e -r ab104daca2ba proximity/Overview.html --- a/proximity/Overview.html Thu Sep 19 16:26:15 2013 +0300 +++ b/proximity/Overview.html Thu Sep 19 17:00:55 2013 +0300 @@ -382,7 +382,7 @@ border-collapse: collapse; width: 100%; } -</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head> +</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head> <body class="h-entry" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader"> <p> @@ -391,7 +391,7 @@ </p> <h1 class="title p-name" id="title" property="dcterms:title">Proximity Events</h1> - <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-09-19T10:03:29.000Z" id="w3c-editor-s-draft-19-september-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-09-19">19 September 2013</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-09-19T10:46:44.000Z" id="w3c-editor-s-draft-19-september-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-09-19">19 September 2013</time></h2> <dl> <dt>This version:</dt> @@ -703,7 +703,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. @@ -722,19 +723,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>. @@ -822,7 +829,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. @@ -837,7 +845,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>. diff -r f300fed49d3e -r ab104daca2ba proximity/Overview.src.html --- a/proximity/Overview.src.html Thu Sep 19 16:26:15 2013 +0300 +++ b/proximity/Overview.src.html Thu Sep 19 17:00:55 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>.
Received on Thursday, 19 September 2013 14:15:33 UTC