- From: CVS User akostiai <cvsmail@w3.org>
- Date: Wed, 29 Jan 2014 07:49:41 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration In directory roscoe:/tmp/cvs-serv20313 Modified Files: Overview.src.html Log Message: add a note related to pattern truncation as per <http://lists.w3.org/Archives/Public/public-device-apis/2013Oct/0098.html> --- /sources/public/2009/dap/vibration/Overview.src.html 2014/01/29 07:45:27 1.9 +++ /sources/public/2009/dap/vibration/Overview.src.html 2014/01/29 07:49:41 1.10 @@ -121,6 +121,19 @@ <li> Let <var>max length</var> be an implementation-dependent maximum length of <var>pattern</var>. + <div class='note'> + If the length of a pattern is greater than max length an + implementation of this API could consider breaking the request + effectively into multiple shorter requests internally to achieve + the same effect, rather than ignoring what follows the max length. + There are cases, however, where it is appropriate to ignore the + pattern exceeding the max length. An example is if the length is so + long that it would effectively create a denial of service attack on + the user. A web application might also make multiple requests if it + is known to the application that the length is too long for some + implementations and a possible gap in between patterns is + acceptable. + </div> </li> <li> If the length of <var>pattern</var> is greater than
Received on Wednesday, 29 January 2014 07:49:42 UTC