- From: Mercurial notifier <cvsmail@w3.org>
- Date: Tue, 20 Aug 2013 20:37:19 +0000
- To: public-dap-commits@w3.org
changeset: 446:fdf57e69bf2b tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Tue Aug 20 23:36:58 2013 +0300 files: light/Overview.html light/Overview.src.html description: Initialize default value for LightLevelState to empty string <http://www.w3.org/2009/dap/track/issues/145> diff -r 916dbd5920d8 -r fdf57e69bf2b light/Overview.html --- a/light/Overview.html Tue Aug 20 23:29:45 2013 +0300 +++ b/light/Overview.html Tue Aug 20 23:36:58 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: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> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-08-20T17:34:18.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> @@ -798,8 +798,8 @@ <p> The <code>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 positive - Infinity. It represents the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>. + 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>. </p> <p> When a <dfn id="dfn-user-agent-4">user agent</dfn> is required to <dfn id="dfn-fire-a-light-level-event">fire a light @@ -816,7 +816,7 @@ <li> If the implementation is unable to report the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>, initialize the <code>value</code> - attribute to empty string, otherwise initialize the + attribute to an empty string, otherwise initialize the 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> diff -r 916dbd5920d8 -r fdf57e69bf2b light/Overview.src.html --- a/light/Overview.src.html Tue Aug 20 23:29:45 2013 +0300 +++ b/light/Overview.src.html Tue Aug 20 23:36:58 2013 +0300 @@ -341,8 +341,8 @@ <p> The <code>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 positive - Infinity. It represents the <a>current light level state</a>. + object is created, this attribute MUST be initialized to an empty + string. It represents the <a>current light level state</a>. </p> <p> When a <dfn>user agent</dfn> is required to <dfn>fire a light @@ -359,7 +359,7 @@ <li> If the implementation is unable to report the <a>current light level state</a>, initialize the <code>value</code> - attribute to empty string, otherwise initialize the + attribute to an empty string, otherwise initialize the attribute to the <a>current light level state</a>, which MUST be one of the following values: <ul>
Received on Tuesday, 20 August 2013 20:37:20 UTC