diff --git a/index.html b/index.html index 03eac7c..96b1533 100644 --- a/index.html +++ b/index.html @@ -144,21 +144,7 @@

-
  • Let max length be an implementation-dependent maximum - length of pattern. -
    - 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. -
    +
  • Let max length have the value 10.
  • If the length of pattern is greater than max length, truncate pattern, leaving only the first @@ -170,8 +156,7 @@

    point.

  • -
  • Let max duration be an implementation-dependent maximum - duration for a single vibration entry in a pattern. +
  • Let max duration have the value 10000.
  • For each entry in pattern whose value is greater than max duration, set the entry's value to max @@ -312,6 +297,7 @@

    Changes since W3C Recommendation 18 October 2016: