Open
Bug 1575460
Opened 5 years ago
Updated 2 years ago
[webvtt] search whole 2D space to find a proper place for cue's position arrangement
Categories
(Core :: Audio/Video: Playback, task, P5)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: alwu, Unassigned)
References
(Blocks 1 open bug)
Details
According to the spec [1] step4, it requires us to search whole 2D space in order to find a proper place to place a cue without having a overlap with other cues. However, it's too expensive to do that and it won't give us equivalent benefit, the way which we have been using is acutally good enough to handle such a cue overlapping.
So the reason we filed this bug is in case someday we would like to change our mind and decide to follow the spec for arranging cues.
[1] https://www.w3.org/TR/webvtt1/#ref-for-webvtt-cue-snap-to-lines-flag-13
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•