- From: Mercurial notifier <cvsmail@w3.org>
- Date: Wed, 16 May 2012 06:34:54 +0000
- To: public-dap-commits@w3.org
changeset: 95:9c7e57adfe32 user: Anssi Kostiainen <anssi.kostiainen@nokia.com> date: Wed May 16 09:16:43 2012 +0300 files: proximity/Overview.html description: proximitystate: rename 'unknown' to 'uninitialized'; fix a typo diff -r cafa5188e818 -r 9c7e57adfe32 proximity/Overview.html --- a/proximity/Overview.html Tue May 15 06:50:25 2012 -0700 +++ b/proximity/Overview.html Wed May 16 09:16:43 2012 +0300 @@ -281,14 +281,15 @@ proximity</a> state, or to the string "<code>far</code>", if the <a>current state proximity state</a> represented is the <a>far user proximity</a> state. If the implementation is unable to report the - state, or otherwise, the string MUST be set to "<code>unknown</code>". + state, or otherwise, the string MUST be set to + "<code>uninitialized</code>". </p> <p> The <code><dfn>proximitystate</dfn></code> IDL attribute MUST, on getting, return the <a>current user proximity state</a>. </p> <p> - When the <a>current user proximity state</a> is changes, the <a>user + When the <a>current user proximity state</a> changes, the <a>user agent</a> MUST <a>queue a task</a> which sets the <code><a>proximitystate</a></code> attribute's value and <a>fires a simple event</a> named <code><a>proximitystatechange</a></code> at the
Received on Wednesday, 16 May 2012 06:35:03 UTC