w3c / webvtt

WebVTT Standard
https://w3c.github.io/webvtt/
Other
104 stars 29 forks source link

VTTCue Constructor never calls super class (TextTrackCue) #519

Open marcoscaceres opened 1 year ago

marcoscaceres commented 1 year ago

Although it sets start and end time (it shouldn't do that, it's the responsibility of TextTrackCue), it's missing a call its super class passing the start and end times.