- From: CVS User akostiai <cvsmail@w3.org>
- Date: Wed, 19 Nov 2014 16:59:39 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration In directory roscoe:/tmp/cvs-serv14203 Modified Files: Overview.html Overview.src.html PR.html PR.src.html Log Message: Update an informative reference; Acknowledgements. --- /sources/public/2009/dap/vibration/Overview.html 2014/11/19 15:06:12 1.61 +++ /sources/public/2009/dap/vibration/Overview.html 2014/11/19 16:59:38 1.62 @@ -438,7 +438,7 @@ </p> <h1 class="title p-name" id="title" property="dcterms:title">Vibration API</h1> - <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-11-19T13:03:23.000Z" id="w3c-editor-s-draft-19-november-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-11-19">19 November 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-11-19T14:54:55.000Z" id="w3c-editor-s-draft-19-november-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-11-19">19 November 2014</time></h2> <dl> <dt>This version:</dt> @@ -611,7 +611,7 @@ simple tactile feedback only. Use cases requiring more fine-grained control are out of scope for this specification. This API is not meant to be used as a generic notification mechanism. Such use cases may be - handled using the <cite>Web Notifications</cite> [<cite><a class="bibref" href="#bib-notifications">notifications</a></cite>] + handled using the <cite>Notifications API</cite> [<cite><a class="bibref" href="#bib-NOTIFICATIONS">NOTIFICATIONS</a></cite>] specification. In addition, determining whether vibration is enabled is out of scope for this specification. </p> @@ -835,7 +835,9 @@ <p> The group is deeply indebted to Justin Lebar, Mounir Lamouri, Jonas Sicking, and the Mozilla WebAPI team for their contributions, and for - providing the WebVibrator prototype as an initial input. + providing the WebVibrator prototype as an initial input. Thanks to + Anne van Kesteren for suggestions on how to make the specification + reusable in other contexts. </p> </section> @@ -844,5 +846,5 @@ </dd><dt id="bib-PAGE-VISIBILITY">[PAGE-VISIBILITY]</dt><dd rel="dcterms:requires">Jatinder Mann; Arvind Jain. <a href="http://www.w3.org/TR/page-visibility/"><cite>Page Visibility (Second Edition)</cite></a>. 29 October 2013. W3C Recommendation. URL: <a href="http://www.w3.org/TR/page-visibility/">http://www.w3.org/TR/page-visibility/</a> </dd><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:requires">S. Bradner. <a href="https://tools.ietf.org/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a> </dd><dt id="bib-WEBIDL">[WEBIDL]</dt><dd rel="dcterms:requires">Cameron McCormack. <a href="http://www.w3.org/TR/WebIDL/"><cite>Web IDL</cite></a>. 19 April 2012. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/WebIDL/">http://www.w3.org/TR/WebIDL/</a> -</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#informative-references" rel="bibo:Chapter"><h3 role="heading" id="h3_informative-references"><span class="secno">B.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-notifications">[notifications]</dt><dd rel="dcterms:references">John Gregg; Anne van Kesteren. <a href="http://www.w3.org/TR/notifications/"><cite>Web Notifications</cite></a>. 12 September 2013. W3C Last Call Working Draft. URL: <a href="http://www.w3.org/TR/notifications/">http://www.w3.org/TR/notifications/</a> +</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#informative-references" rel="bibo:Chapter"><h3 role="heading" id="h3_informative-references"><span class="secno">B.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-NOTIFICATIONS">[NOTIFICATIONS]</dt><dd rel="dcterms:references">Anne van Kesteren. <a href="https://notifications.spec.whatwg.org/"><cite>Notifications API</cite></a>. Living Standard. URL: <a href="https://notifications.spec.whatwg.org/">https://notifications.spec.whatwg.org/</a> </dd></dl></section></section></body></html> \ No newline at end of file --- /sources/public/2009/dap/vibration/Overview.src.html 2014/11/19 15:06:12 1.29 +++ /sources/public/2009/dap/vibration/Overview.src.html 2014/11/19 16:59:38 1.30 @@ -26,7 +26,16 @@ wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", testSuiteURI: "http://w3c-test.org/vibration/", implementationReportURI: "http://w3c.github.io/test-results/vibration/20141118.html", - processVersion: 2005 + processVersion: 2005, + localBiblio: { + "NOTIFICATIONS": { + title: "Notifications API", + href: "https://notifications.spec.whatwg.org/", + authors: [ "Anne van Kesteren" ], + status: "Living Standard", + publisher: "WHATWG" + } + } }; </script> </head> @@ -71,7 +80,7 @@ simple tactile feedback only. Use cases requiring more fine-grained control are out of scope for this specification. This API is not meant to be used as a generic notification mechanism. Such use cases may be - handled using the <cite>Web Notifications</cite> [[notifications]] + handled using the <cite>Notifications API</cite> [[NOTIFICATIONS]] specification. In addition, determining whether vibration is enabled is out of scope for this specification. </p> @@ -298,7 +307,9 @@ <p> The group is deeply indebted to Justin Lebar, Mounir Lamouri, Jonas Sicking, and the Mozilla WebAPI team for their contributions, and for - providing the WebVibrator prototype as an initial input. + providing the WebVibrator prototype as an initial input. Thanks to + Anne van Kesteren for suggestions on how to make the specification + reusable in other contexts. </p> </section> </body> --- /sources/public/2009/dap/vibration/PR.html 2014/11/19 15:06:12 1.6 +++ /sources/public/2009/dap/vibration/PR.html 2014/11/19 16:59:38 1.7 @@ -617,7 +617,7 @@ simple tactile feedback only. Use cases requiring more fine-grained control are out of scope for this specification. This API is not meant to be used as a generic notification mechanism. Such use cases may be - handled using the <cite>Web Notifications</cite> [<cite><a class="bibref" href="#bib-notifications">notifications</a></cite>] + handled using the <cite>Notifications API</cite> [<cite><a class="bibref" href="#bib-NOTIFICATIONS">NOTIFICATIONS</a></cite>] specification. In addition, determining whether vibration is enabled is out of scope for this specification. </p> @@ -841,7 +841,9 @@ <p> The group is deeply indebted to Justin Lebar, Mounir Lamouri, Jonas Sicking, and the Mozilla WebAPI team for their contributions, and for - providing the WebVibrator prototype as an initial input. + providing the WebVibrator prototype as an initial input. Thanks to + Anne van Kesteren for suggestions on how to make the specification + reusable in other contexts. </p> </section> @@ -850,5 +852,5 @@ </dd><dt id="bib-PAGE-VISIBILITY">[PAGE-VISIBILITY]</dt><dd rel="dcterms:requires">Jatinder Mann; Arvind Jain. <a href="http://www.w3.org/TR/page-visibility/"><cite>Page Visibility (Second Edition)</cite></a>. 29 October 2013. W3C Recommendation. URL: <a href="http://www.w3.org/TR/page-visibility/">http://www.w3.org/TR/page-visibility/</a> </dd><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:requires">S. Bradner. <a href="https://tools.ietf.org/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a> </dd><dt id="bib-WEBIDL">[WEBIDL]</dt><dd rel="dcterms:requires">Cameron McCormack. <a href="http://www.w3.org/TR/WebIDL/"><cite>Web IDL</cite></a>. 19 April 2012. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/WebIDL/">http://www.w3.org/TR/WebIDL/</a> -</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#informative-references" rel="bibo:Chapter"><h3 role="heading" id="h3_informative-references"><span class="secno">B.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-notifications">[notifications]</dt><dd rel="dcterms:references">John Gregg; Anne van Kesteren. <a href="http://www.w3.org/TR/notifications/"><cite>Web Notifications</cite></a>. 12 September 2013. W3C Last Call Working Draft. URL: <a href="http://www.w3.org/TR/notifications/">http://www.w3.org/TR/notifications/</a> +</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#informative-references" rel="bibo:Chapter"><h3 role="heading" id="h3_informative-references"><span class="secno">B.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-NOTIFICATIONS">[NOTIFICATIONS]</dt><dd rel="dcterms:references">Anne van Kesteren. <a href="https://notifications.spec.whatwg.org/"><cite>Notifications API</cite></a>. Living Standard. URL: <a href="https://notifications.spec.whatwg.org/">https://notifications.spec.whatwg.org/</a> </dd></dl></section></section></body></html> \ No newline at end of file --- /sources/public/2009/dap/vibration/PR.src.html 2014/11/19 15:06:12 1.6 +++ /sources/public/2009/dap/vibration/PR.src.html 2014/11/19 16:59:38 1.7 @@ -26,7 +26,16 @@ wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", testSuiteURI: "http://w3c-test.org/vibration/", implementationReportURI: "http://w3c.github.io/test-results/vibration/20141118.html", - processVersion: 2005 + processVersion: 2005, + localBiblio: { + "NOTIFICATIONS": { + title: "Notifications API", + href: "https://notifications.spec.whatwg.org/", + authors: [ "Anne van Kesteren" ], + status: "Living Standard", + publisher: "WHATWG" + } + } }; </script> </head> @@ -71,7 +80,7 @@ simple tactile feedback only. Use cases requiring more fine-grained control are out of scope for this specification. This API is not meant to be used as a generic notification mechanism. Such use cases may be - handled using the <cite>Web Notifications</cite> [[notifications]] + handled using the <cite>Notifications API</cite> [[NOTIFICATIONS]] specification. In addition, determining whether vibration is enabled is out of scope for this specification. </p> @@ -298,7 +307,9 @@ <p> The group is deeply indebted to Justin Lebar, Mounir Lamouri, Jonas Sicking, and the Mozilla WebAPI team for their contributions, and for - providing the WebVibrator prototype as an initial input. + providing the WebVibrator prototype as an initial input. Thanks to + Anne van Kesteren for suggestions on how to make the specification + reusable in other contexts. </p> </section> </body>
Received on Wednesday, 19 November 2014 16:59:40 UTC