Closed
Bug 1555825
Opened 6 years ago
Closed 6 years ago
[webvtt] enable wpt 'track-cue-empty.html'.
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
According to the spec [1], text node has a value to represent its text, even when its text is an empty string.
Therefore, when calling getCueAsHTML()
on a cue with empty text, we should append a text node with a value for empty text string on the DocumentFragment
we return.
Assignee | ||
Comment 1•6 years ago
|
||
According to the spec [1], text node has a value to represent its text, even when its text is an empty string.
Therefore, we should append a text node with a value for empty text string on the DocumentFragment we return, when input sting is an empty string.
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Type: defect → task
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fd28cba6e75a
part1 : append a text node with empty value when input is an empty string. r=heycam
https://hg.mozilla.org/integration/autoland/rev/ef12596e2d0b
part2 - enable wpt 'track-cue-empty.html'. r=heycam
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fd28cba6e75a
https://hg.mozilla.org/mozilla-central/rev/ef12596e2d0b
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•