Skip to content

Commit eda2322

Browse files
committed
spec: Changed user gesture error from SecurityError to NotAllowedError.
Minor breaking change, as discussed on #45. Closes #45.
1 parent 5c2c8bb commit eda2322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ <h4>
149149
activation</a>, <a data-cite=
150150
"!promises-guide#reject-promise">reject</a> <var>p</var> with
151151
<a data-cite=
152-
"!WEBIDL#securityerror"><code>SecurityError</code></a>, and abort
153-
these steps.
152+
"!WEBIDL#notallowederror"><code>NotAllowedError</code></a>, and
153+
abort these steps.
154154
</li>
155155
<li>
156156
<a data-cite="!HTML#in-parallel">In parallel</a>:

0 commit comments

Comments
 (0)