diff --git a/source b/source index 9141255be27..cee04e6d1d0 100644 --- a/source +++ b/source @@ -30149,7 +30149,7 @@ interface HTMLMediaElement : HTMLElement { then the load failed.

  • Failed with elements: Queue a task to fire a simple - event named error at the candidate element.

  • + event named error at the candidate element.

  • Await a stable state. The synchronous section consists of all the remaining steps of this algorithm until the algorithm says the @@ -35990,7 +35990,8 @@ dictionary TrackEventInit : EventInit { Event - An error occurs while fetching the media data. + An error occurs while fetching the media data or the type of the resource + is not supported media format. error is an object with the code MEDIA_ERR_NETWORK or higher. TrackEventInit : EventInit { + +

    The following event fires on source element:

    + + + + + + + + + +
    Event name + + Interface + + Fired when... + +
    error + + Event + + An error occurs while fetching the media data or the type of the resource + is not supported media format. + +
    + +

    The following events fire on MediaController objects: