mozilla / vtt.js

A JavaScript implementation of the WebVTT specification
http://dev.w3.org/html5/webvtt/
Apache License 2.0
479 stars 94 forks source link

parseContent: support multiple classes definition #374

Open roberto-naharro opened 5 years ago

roberto-naharro commented 5 years ago

When I have a subtitle with more than 2 classes (for example <c.double.blue.bgwhite>Music sounds</c>), the classes are not created properly. I have fixed it

gkatsev commented 4 years ago

This is available in videojs/vtt.js master