[webvtt] Restrict css attributes in ::cue.
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: bechen, Assigned: alwu)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Reporter | ||
Comment 4•8 years ago
|
||
mozreview-review |
Comment 5•8 years ago
|
||
mozreview-review |
Comment 6•8 years ago
|
||
Reporter | ||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Reporter | ||
Comment 9•8 years ago
|
||
Updated•8 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 10•6 years ago
|
||
It seems there are already some work left, I will continue to finish this bug.
Assignee | ||
Comment 11•6 years ago
|
||
According to the spec [1], only those CSS properties listed on the spec can be applied on the ::cue
.
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Backed out changeset 49799d898958 (bug 1321488) for Mochitest failures in dom/base/test/test_audioNotificationSilent_audioFile.html
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=253193265&repo=autoland&lineNumber=3500
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=49799d8989589e9efc34091979ab77a5d2ff53c1
Backout:
https://hg.mozilla.org/integration/autoland/rev/cb3f98079c964432d93b386362548a795e50ec36
Assignee | ||
Comment 14•6 years ago
|
||
That failure is 100% impossible caused by my changes, my patches doesn't include any media changes. I also checked other pushed after my commit, the failure didn't happen on every pushes, which means it's intermittent and there might be a real culprit behind.
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 17•6 years ago
|
||
Documentation updates:
- Minor cleanup to the ::cue page to improve flow of the content and to alphabetize the names of the permitted CSS properties.
- Submitted BCD PR 4571 to add indication to
::cue
that Firefox 69 now enforces the spec-defined limits on which CSS properties can be used in cues (bug 1321488). - Updated Firefox 69 for developers
Description
•