diff --git a/index.bs b/index.bs index 1f1787c5b..c0175c231 100644 --- a/index.bs +++ b/index.bs @@ -2196,7 +2196,7 @@ Attributes : onerror :: - An [=event handler=] for the {{ErrorEvent}} dispatched from an {{AudioContext}}. The event + An [=event handler=] for the {{Event}} dispatched from an {{AudioContext}}. The event type of this handler is error and the user agent can dispatch this event in the following cases: @@ -12941,7 +12941,7 @@ The {{AudioContext}} |audioContext| performs the following steps on rendering 1. [=Queue a media element task=] to execute the following steps: - 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext| using {{ErrorEvent}}. + 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext|. 1. Set the |audioContext|'s {{[[suspended by user]]}} to false. @@ -12958,7 +12958,7 @@ The {{AudioContext}} |audioContext| performs the following steps on rendering 1. [=Queue a media element task=]to execute the following steps: - 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext| using {{ErrorEvent}}. + 1. [=Fire an event=] named {{AudioContext/error}} at |audioContext|. Note: An example of system audio resource errors would be when an external or wireless audio device becoming disconnected during the active rendering of the {{AudioContext}}.