- From: Mercurial notifier <cvsmail@w3.org>
- Date: Wed, 29 May 2013 06:36:42 +0000
- To: public-dap-commits@w3.org
changeset: 425:6ff05ac6b442 tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Wed May 29 09:36:22 2013 +0300 files: light/Overview.html light/Overview.src.html proximity/Overview.html proximity/Overview.src.html description: add 'Revision history' links to headers; align 'Security and privacy considerations' section language between the specs diff -r 5b6c53ebd810 -r 6ff05ac6b442 light/Overview.html --- a/light/Overview.html Tue May 28 12:00:06 2013 +0300 +++ b/light/Overview.html Wed May 29 09:36:22 2013 +0300 @@ -391,7 +391,7 @@ </p> <h1 class="title p-name" id="title">Ambient Light Events</h1> - <h2 id="w3c-editor-s-draft-28-may-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-05-28">28 May 2013</time></h2> + <h2 id="w3c-editor-s-draft-29-may-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-05-29">29 May 2013</time></h2> <dl> <dt>This version:</dt> @@ -404,6 +404,9 @@ <dd><a href="http://dvcs.w3.org/hg/dap/raw-file/default/light/Overview.html">http://dvcs.w3.org/hg/dap/raw-file/default/light/Overview.html</a></dd> + <dt>Test suite:</dt> + <dd><a href="http://w3c-test.org/dap/light/tests/">http://w3c-test.org/dap/light/tests/</a></dd> + @@ -416,6 +419,23 @@ + + + <dt>Revision history:</dt> + + + + <dd> + <a href="https://dvcs.w3.org/hg/dap/log/default/light/Overview.src.html"> + https://dvcs.w3.org/hg/dap/log/default/light/Overview.src.html + </a> + </dd> + + + + + + </dl> diff -r 5b6c53ebd810 -r 6ff05ac6b442 light/Overview.src.html --- a/light/Overview.src.html Tue May 28 12:00:06 2013 +0300 +++ b/light/Overview.src.html Wed May 29 09:36:22 2013 +0300 @@ -24,7 +24,15 @@ wgURI: "http://www.w3.org/2009/dap/", wgPublicList: "public-device-apis", wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", - scheme: "https" + testSuiteURI: "http://w3c-test.org/dap/light/tests/", + scheme: "https", + otherLinks: [{ + key: "Revision history", + data: [{ + value: "https://dvcs.w3.org/hg/dap/log/default/light/Overview.src.html", + href: "https://dvcs.w3.org/hg/dap/log/default/light/Overview.src.html" + }] + }] }; </script> </head> diff -r 5b6c53ebd810 -r 6ff05ac6b442 proximity/Overview.html --- a/proximity/Overview.html Tue May 28 12:00:06 2013 +0300 +++ b/proximity/Overview.html Wed May 29 09:36:22 2013 +0300 @@ -391,7 +391,7 @@ </p> <h1 class="title p-name" id="title">Proximity Events</h1> - <h2 id="w3c-editor-s-draft-28-may-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-05-28">28 May 2013</time></h2> + <h2 id="w3c-editor-s-draft-29-may-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-05-29">29 May 2013</time></h2> <dl> <dt>This version:</dt> @@ -419,6 +419,23 @@ + + + <dt>Revision history:</dt> + + + + <dd> + <a href="https://dvcs.w3.org/hg/dap/log/default/proximity/Overview.src.html"> + https://dvcs.w3.org/hg/dap/log/default/proximity/Overview.src.html + </a> + </dd> + + + + + + </dl> @@ -656,11 +673,12 @@ application into consideration. </p> <p> - The device proximity and user proximity events are only fired in the + The events defined in this specification are only fired in the <a href="#dfn-top-level-browsing-context" class="internalDFN">top-level browsing context</a> to avoid the privacy risk of - sharing the information about proximity with contexts unfamiliar to - the user. For example, a mobile device will only fire these events on - the active tab, and not on the background tabs or within iframes. + sharing the information defined in this specification with contexts + unfamiliar to the user. For example, a mobile device will only fire + these events on the active tab, and not on the background tabs or + within iframes. </p> </section> diff -r 5b6c53ebd810 -r 6ff05ac6b442 proximity/Overview.src.html --- a/proximity/Overview.src.html Tue May 28 12:00:06 2013 +0300 +++ b/proximity/Overview.src.html Wed May 29 09:36:22 2013 +0300 @@ -27,7 +27,14 @@ wgPublicList: "public-device-apis", wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", testSuiteURI: "http://w3c-test.org/dap/proximity/tests/", - scheme: "https" + scheme: "https", + otherLinks: [{ + key: "Revision history", + data: [{ + value: "https://dvcs.w3.org/hg/dap/log/default/proximity/Overview.src.html", + href: "https://dvcs.w3.org/hg/dap/log/default/proximity/Overview.src.html" + }] + }] }; </script> </head>
Received on Wednesday, 29 May 2013 06:36:48 UTC