Skip to content
Closed
Changes from all commits
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
9 changes: 9 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec: html
text: in parallel
text: origin; for: /
text: queue a task
text: triggered by user activation
spec: ui-events
type: dfn
text: user agent
Expand Down Expand Up @@ -289,6 +290,10 @@ spec: webidl
If <var>current state</var> is not {{"prompt"}}, return
<var>current state</var> and abort these steps.
</li>
<li>
If this algorithm is not <a>triggered by user activation</a>,
the UA may return {{"denied"}} and abort these steps.
</li>
<li>
Ask the user's permission for the calling algorithm to use the
<a>powerful feature</a> described by |descriptor|.
Expand Down Expand Up @@ -336,6 +341,10 @@ spec: webidl
options with the same |descriptor| must return the same option, unless
the UA receives <a>new information about the user's intent</a>.
</li>
<li>
If this algorithm is not <a>triggered by user activation</a>,
the UA may return {{"denied"}} and abort these steps.
</li>
<li>
Ask the user to choose one of the options or deny permission, and wait
for them to choose. If the calling algorithm specified extra
Expand Down