Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(VTT): Fix combining style selectors (#4934)
When multiple style blocks exist for the same selector, they should be combined. For example, ::cue(b) { background: white; } ::cue(b) { color: blue; } should set both the background and foreground of bold tags.
- Loading branch information