File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2196,7 +2196,7 @@ Attributes</h4>
2196
2196
<ins cite=#2567>
2197
2197
: <dfn>onerror</dfn>
2198
2198
::
2199
- An [=event handler=] for the {{ErrorEvent }} dispatched from an {{AudioContext}}. The event
2199
+ An [=event handler=] for the {{Event }} dispatched from an {{AudioContext}}. The event
2200
2200
type of this handler is <dfn event for=AudioContext>error</dfn> and the user agent can
2201
2201
dispatch this event in the following cases:
2202
2202
@@ -12941,7 +12941,7 @@ The {{AudioContext}} |audioContext| performs the following steps on <a>rendering
12941
12941
12942
12942
1. [=Queue a media element task=] to execute the following steps:
12943
12943
12944
- 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext| using {{ErrorEvent}} .
12944
+ 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext|.
12945
12945
12946
12946
1. Set the |audioContext|'s {{[[suspended by user]]}} to <code>false</code>.
12947
12947
@@ -12958,7 +12958,7 @@ The {{AudioContext}} |audioContext| performs the following steps on <a>rendering
12958
12958
12959
12959
1. [=Queue a media element task=]to execute the following steps:
12960
12960
12961
- 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext| using {{ErrorEvent}} .
12961
+ 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext|.
12962
12962
12963
12963
Note: An example of system audio resource errors would be when an external or wireless audio device
12964
12964
becoming disconnected during the active rendering of the {{AudioContext}}.
You can’t perform that action at this time.
0 commit comments