-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(text): Fix cue region rendering in UI (#4412)
Both TTML and VTT regions should be thought of as separate elements from the cue structures they contain. To this end, the UI text displayer now creates separate region elements to represent CueRegion objects, and the Cues attached to them nest inside those region elements in the DOM. Closes #4381
- Loading branch information
1 parent
324dcb8
commit b1f46db
Showing
2 changed files
with
148 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters