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 remaining reference to "triggered by user activation" #110

Merged
merged 1 commit into from
Apr 12, 2023
Merged
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
6 changes: 2 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The static {{DeviceOrientationEvent/requestPermission()}} operation, when invoke
<li><p>Let <var>permission</var> be <a>permission</a> for
<a>relevant settings object</a>'s <a for="environment settings object">origin</a>.

<li><p>If <var>permission</var> is "<code>default</code>" and <a>relevant global object</a> does not have <a>transient activation</a>, then reject <var>promise</var> with a
<li><p>If <var>permission</var> is "<code>default</code>" and the <a>relevant global object</a> does not have <a>transient activation</a>, then reject <var>promise</var> with a
{{NotAllowedError!!exception}} {{DOMException}} and abort these steps.

<li><p>If <var>permission</var> is "<code>default</code>", ask the user whether sharing device orientation
Expand Down Expand Up @@ -369,7 +369,7 @@ The static {{DeviceMotionEvent/requestPermission()}} operation, when invoked, mu
<li><p>Let <var>permission</var> be <a>permission</a> for
<a>relevant settings object</a>'s <a for="environment settings object">origin</a>.

<li><p>If <var>permission</var> is "<code>default</code>" and the method call was not <a>triggered by user activation</a>, then reject <var>promise</var> with a
<li><p>If <var>permission</var> is "<code>default</code>" and the <a>relevant global object</a> does not have <a>transient activation</a>, then reject <var>promise</var> with a
{{NotAllowedError!!exception}} {{DOMException}} and abort these steps.

<li><p>If <var>permission</var> is "<code>default</code>", ask the user whether sharing device motion
Expand Down Expand Up @@ -715,8 +715,6 @@ Lars Erik Bolstad, Dean Jackson, Claes Nilsson, George Percivall, Doug Turner, M
urlPrefix: https://html.spec.whatwg.org/multipage/
urlPrefix: webappapis.html; type: dfn
text: relevant settings object
urlPrefix: interaction.html; type: dfn
text: triggered by user activation
</pre>

<pre class="biblio">
Expand Down