- From: CVS User akostiai <cvsmail@w3.org>
- Date: Tue, 18 Nov 2014 13:40:01 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration In directory roscoe:/tmp/cvs-serv21598 Modified Files: Overview.html Overview.src.html PR.html PR.src.html Log Message: Update implementationReportURI. --- /sources/public/2009/dap/vibration/Overview.html 2014/11/14 17:50:29 1.57 +++ /sources/public/2009/dap/vibration/Overview.html 2014/11/18 13:40:01 1.58 @@ -428,7 +428,7 @@ width: 100%; } </style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head> - <body class="h-entry" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader"> + <body style="" class="h-entry" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader"> <p> @@ -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-14T17:44:20.000Z" id="w3c-editor-s-draft-14-november-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-11-14">14 November 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-11-18T11:38:21.000Z" id="w3c-editor-s-draft-18-november-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-11-18">18 November 2014</time></h2> <dl> <dt>This version:</dt> @@ -456,7 +456,7 @@ <dt>Implementation report:</dt> - <dd><a href="http://www.w3.org/2009/dap/wiki/ImplementationStatus">http://www.w3.org/2009/dap/wiki/ImplementationStatus</a></dd> + <dd><a href="http://w3c.github.io/test-results/vibration/20141118.html">http://w3c.github.io/test-results/vibration/20141118.html</a></dd> @@ -543,7 +543,7 @@ </p> <p> - Please see the Working Group's <a href="http://www.w3.org/2009/dap/wiki/ImplementationStatus">implementation + Please see the Working Group's <a href="http://w3c.github.io/test-results/vibration/20141118.html">implementation report</a>. </p> @@ -802,7 +802,7 @@ <!--OddPage--><h2 role="heading" id="h2_examples"><span class="secno">5. </span>Examples</h2><p><em>This section is non-normative.</em></p> <p> In the following example the device will vibrate for 1000 milliseconds (ms): - </p><div class="example"><div class="example-title"><span>Example 1</span></div><pre class="example highlight prettyprint prettyprinted"><span class="com">// vibrate for 1000 ms</span><span class="pln"> + </p><div class="example"><div class="example-title"><span>Example 1</span></div><pre class="example highlight prettyprint prettyprinted" style=""><span class="com">// vibrate for 1000 ms</span><span class="pln"> navigator</span><span class="pun">.</span><span class="pln">vibrate</span><span class="pun">(</span><span class="lit">1000</span><span class="pun">);</span><span class="pln"> </span><span class="com">// or alternatively</span><span class="pln"> @@ -811,12 +811,12 @@ In the following example the pattern will cause the device to vibrate for 50 ms, be still for 100 ms, and then vibrate for 150 ms: </p> - <div class="example"><div class="example-title"><span>Example 2</span></div><pre class="example highlight prettyprint prettyprinted"><span class="pln">navigator</span><span class="pun">.</span><span class="pln">vibrate</span><span class="pun">([</span><span class="lit">50</span><span class="pun">,</span><span class="pln"> </span><span class="lit">100</span><span class="pun">,</span><span class="pln"> </span><span class="lit">150</span><span class="pun">]);</span></pre></div> + <div class="example"><div class="example-title"><span>Example 2</span></div><pre class="example highlight prettyprint prettyprinted" style=""><span class="pln">navigator</span><span class="pun">.</span><span class="pln">vibrate</span><span class="pun">([</span><span class="lit">50</span><span class="pun">,</span><span class="pln"> </span><span class="lit">100</span><span class="pun">,</span><span class="pln"> </span><span class="lit">150</span><span class="pun">]);</span></pre></div> <p> </p><p> The following example cancels any existing vibrations: </p> - <div class="example"><div class="example-title"><span>Example 3</span></div><pre class="example highlight prettyprint prettyprinted"><span class="com">// cancel any existing vibrations</span><span class="pln"> + <div class="example"><div class="example-title"><span>Example 3</span></div><pre class="example highlight prettyprint prettyprinted" style=""><span class="com">// cancel any existing vibrations</span><span class="pln"> navigator</span><span class="pun">.</span><span class="pln">vibrate</span><span class="pun">(</span><span class="lit">0</span><span class="pun">);</span><span class="pln"> </span><span class="com">// or alternatively</span><span class="pln"> --- /sources/public/2009/dap/vibration/Overview.src.html 2014/11/14 17:50:29 1.25 +++ /sources/public/2009/dap/vibration/Overview.src.html 2014/11/18 13:40:01 1.26 @@ -25,7 +25,7 @@ wgPublicList: "public-device-apis", wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", testSuiteURI: "http://w3c-test.org/vibration/", - implementationReportURI: "http://www.w3.org/2009/dap/wiki/ImplementationStatus", + implementationReportURI: "http://w3c.github.io/test-results/vibration/20141118.html", processVersion: 2005 }; </script> --- /sources/public/2009/dap/vibration/PR.html 2014/11/17 13:01:37 1.2 +++ /sources/public/2009/dap/vibration/PR.html 2014/11/18 13:40:01 1.3 @@ -456,7 +456,7 @@ <dt>Implementation report:</dt> - <dd><a href="http://www.w3.org/2009/dap/wiki/ImplementationStatus">http://www.w3.org/2009/dap/wiki/ImplementationStatus</a></dd> + <dd><a href="http://w3c.github.io/test-results/vibration/20141118.html">http://w3c.github.io/test-results/vibration/20141118.html</a></dd> @@ -561,7 +561,7 @@ </p> <p> - Please see the Working Group's <a href="http://www.w3.org/2009/dap/wiki/ImplementationStatus">implementation + Please see the Working Group's <a href="http://w3c.github.io/test-results/vibration/20141118.html">implementation report</a>. </p> --- /sources/public/2009/dap/vibration/PR.src.html 2014/11/17 13:01:37 1.2 +++ /sources/public/2009/dap/vibration/PR.src.html 2014/11/18 13:40:01 1.3 @@ -25,7 +25,7 @@ wgPublicList: "public-device-apis", wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", testSuiteURI: "http://w3c-test.org/vibration/", - implementationReportURI: "http://www.w3.org/2009/dap/wiki/ImplementationStatus", + implementationReportURI: "http://w3c.github.io/test-results/vibration/20141118.html", processVersion: 2005 }; </script>
Received on Tuesday, 18 November 2014 13:40:03 UTC