Skip to content

Require sticky activation to perform vibrate #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Pass "this's relevant global object" to "perform vibration"
This is clearer.
  • Loading branch information
anssiko committed May 30, 2022
commit 167cf3c6b2131b3d4d2fd0d2678ca3b3a7bfec29
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@

  • Perform vibration with this and valid pattern.
    Perform vibration with this's relevant global object
    and valid pattern.

    Expand Down Expand Up @@ -211,13 +212,14 @@

    To perform vibration using this and pattern,
    To perform vibration using a global object
    global and a vibration pattern pattern,
    run these steps:

    1. If <a>this's relevant global object does not have
      sticky activation, return false and terminate these steps.
      If <var>global does not have sticky activation,
      return false and terminate these steps.
    2. An implementation MAY return false and terminate these steps.
    3. Expand Down