Open
Bug 1346185
Opened 8 years ago
Updated 2 years ago
WebVTT parsing: should drop invalid setting `line:1,` and `line:1,garbage`
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: zcorpan, Unassigned)
Details
Spec issue:
https://github.com/w3c/webvtt/issues/336
Change to spec:
https://github.com/w3c/webvtt/pull/337
Change to web-platform-tests:
https://github.com/w3c/web-platform-tests/pull/5113
Demo:
http://zcorpan.github.io/live-webvtt-viewer/#vtt=WEBVTT%0A%0A00%3A00%3A00.000+--%3E+00%3A00%3A10.000+line%3A1%2C%0AHello+world.%0A%0A00%3A00%3A00.000+--%3E+00%3A00%3A10.000+line%3A1%2Cgarbage%0AHello+world.%0A
(Got `"line": 1,`, expected `"line": "auto",` for both cues in the parsed result.)
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•