Skip to content
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

Update language for User Activation v2 #470

Merged
merged 2 commits into from Feb 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions index.bs
Expand Up @@ -1270,8 +1270,11 @@ spec: webidl
</p>
<ol>
<li id="requestDevice-user-gesture">
If the algorithm is not <a>triggered by user activation</a>,
throw a {{SecurityError}} and abort these steps.
Check that the algorithm is triggered while its [=relevant global
object=] has a <a
href="https://html.spec.whatwg.org/#tracking-user-activation"> transient
activation</a>, otherwise throw a {{SecurityError}} and abort these
steps.
</li>
<li>
In order to convert the arguments from service names and aliases to just <a>UUID</a>s,
Expand Down