This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24420 - [WebVTT] Handle non-integer line in snap-to-lines case
Summary: [WebVTT] Handle non-integer line in snap-to-lines case
Status: RESOLVED FIXED
Alias: None
Product: TextTracks CG
Classification: Unclassified
Component: WebVTT (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Philip Jägenstedt
QA Contact: Web Media Text Tracks CG
URL:
Whiteboard: v1
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 06:17 UTC by Philip Jägenstedt
Modified: 2014-01-28 07:44 UTC (History)
2 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2014-01-28 06:17:53 UTC
Follow-up to https://www.w3.org/Bugs/Public/show_bug.cgi?id=19836

While the parser cannot create a cue with non-integer line and the snap-to-lines flag set to true, scripts can. This must be handled in http://dev.w3.org/html5/webvtt/#dfn-text-track-cue-computed-line-position
Comment 1 Philip Jägenstedt 2014-01-28 07:44:51 UTC
Fixed in https://github.com/w3c/webvtt/pull/25