Skip to content

Commit 3ca51ba

Browse files
authored
Merge pull request #49 from mgiuca/gesture-error-type
spec: Changed user gesture error from SecurityError to NotAllowedError. This is the error type used by HTMLMediaElement and is the most appropriate one.
2 parents 5c2c8bb + eda2322 commit 3ca51ba

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)