You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correction to the use of textTrack referring to TextTrack (#41446)
The documentation has a slight typographical error which makes a huge difference in reading and processing by automated systems. This commit aims to correct this typographical error.
Copy file name to clipboardExpand all lines: files/en-us/web/api/texttracklist/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ browser-compat: api.TextTrackList
7
7
8
8
{{APIRef("HTML DOM")}}
9
9
10
-
The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate {{domxref("textTrack")}} object in the list.
10
+
The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate {{domxref("TextTrack")}} object in the list.
11
11
12
12
Text tracks can be added to a media element declaratively using the {{HTMLElement("track")}} element or programmatically using the {{domxref('HTMLMediaElement.addTextTrack()')}} method.
0 commit comments