- From: Mercurial notifier <cvsmail@w3.org>
- Date: Wed, 27 Jun 2012 16:46:17 +0000
- To: public-dap-commits@w3.org
changeset: 132:8ce8b66e3d29 tag: tip user: Anssi Kostiainen <anssi.kostiainen@nokia.com> date: Wed Jun 27 19:46:00 2012 +0300 files: proximity/Overview.html description: Function -> EventHandler as per HTML5 update diff -r 8e581cadeeb6 -r 8ce8b66e3d29 proximity/Overview.html --- a/proximity/Overview.html Wed Jun 27 19:45:53 2012 +0300 +++ b/proximity/Overview.html Wed Jun 27 19:46:00 2012 +0300 @@ -93,9 +93,9 @@ <section> <h2>Terminology</h2> <p> - The <code><a href="http://dev.w3.org/html5/spec/webappapis.html#function"> - Function</a></code> interface represents a function in the scripting - language being used as defined in [[!HTML5]]. + The <code><a href="http://dev.w3.org/html5/spec/webappapis.html#eventhandler"> + EventHandler</a></code> interface represents a callback used for event + handlers as defined in [[!HTML5]]. </p> <p> The concepts <dfn><a href="http://dev.w3.org/html5/spec/webappapis.html#queue-a-task"> @@ -148,7 +148,7 @@ which this specification extends: </p> <dl title="partial interface Window" class="idl"> - <dt>[TreatNonCallableAsNull] attribute Function? ondeviceproximity</dt> + <dt>attribute EventHandler ondeviceproximity</dt> <dd> </dd> </dl> @@ -273,7 +273,7 @@ which this specification extends: </p> <dl title="partial interface Window" class="idl"> - <dt>[TreatNonCallableAsNull] attribute Function? onuserproximity</dt> + <dt>attribute EventHandler onuserproximity</dt> <dd> </dd> </dl>
Received on Wednesday, 27 June 2012 16:46:25 UTC