- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 20 Dec 2012 11:36:29 +0000
- To: public-dap-commits@w3.org
changeset: 318:6507cb51ce47
tag: tip
user: Anssi Kostiainen <anssi.kostiainen@nokia.com>
date: Thu Dec 20 13:31:00 2012 +0200
files: proximity/Overview.html
description:
specify the interface name in the definition of default values i.e. 'The XXX attribute of the YYY interface MUST [...]'
diff -r 52acb4877e86 -r 6507cb51ce47 proximity/Overview.html
--- a/proximity/Overview.html Thu Dec 20 11:31:22 2012 +0200
+++ b/proximity/Overview.html Thu Dec 20 13:31:00 2012 +0200
@@ -192,22 +192,22 @@
<dd></dd>
</dl>
<p>
- The <code>value</code> attribute 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>.
+ The <code>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 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>.
+ The <code>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 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>.
+ The <code>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>.
</p>
<p>
When a <dfn>user agent</dfn> is required to <dfn>fire a device
@@ -316,10 +316,10 @@
<dd></dd>
</dl>
<p>
- The <code>near</code> attribute 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>.
+ The <code>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>.
</p>
<p>
When a <dfn>user agent</dfn> is required to <dfn>fire a user
Received on Thursday, 20 December 2012 11:36:30 UTC