Skip to content

Commit

Permalink
video element typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jul 14, 2024
1 parent b4470d4 commit 5ae9ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/video/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Instead, they're sent to the track list object within the `<video>` element's {{
- : An {{domxref("AudioTrackList")}} containing all of the media element's audio tracks.
Add a listener for `addtrack` to this object to be notified when new audio tracks are added to the element.
- {{domxref("HTMLMediaElement.videoTracks")}}
- : A {{domxref("VideoTrackList")}} containing all of the media element's audio tracks.
- : A {{domxref("VideoTrackList")}} containing all of the media element's video tracks.
Add an `addtrack` listener to this object to be notified when video tracks are added to the element.
- {{domxref("HTMLMediaElement.textTracks")}}
- : A {{domxref("TextTrackList")}} containing all of the media element's text tracks (which are used for subtitles, closed captions, and so on).
Expand Down

0 comments on commit 5ae9ba1

Please sign in to comment.