default

The default property of the HTMLTrackElement interface represents whether the track will be enabled if the user's preferences do not indicate that another track would be more appropriate. It reflects the element's boolean default attribute, returning true if present and false otherwise.

MDN Reference