Skip to content

Commit

Permalink
Update files/en-us/web/api/htmlmediaelement/ended_event/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
ragul1697 and Josh-Cena authored Jul 12, 2024
1 parent 121ea0b commit 3845c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlmediaelement/ended_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This event occurs based upon {{domxref("HTMLMediaElement")}} ({{HTMLElement("aud

This event is not cancelable and does not bubble.

> **Note:** The `ended` event will not be fired if the `loop` attribute is set to true on the HTMLMediaElement.
> **Note:** The `ended` event doesn't fire if the [`loop`](/en-US/docs/Web/API/HTMLMediaElement/loop) property is `true` and [`playbackRate`](/en-US/docs/Web/API/HTMLMediaElement/playbackRate) is non-negative.
## Syntax

Expand Down

0 comments on commit 3845c68

Please sign in to comment.