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 25712 - [WebVTT] Use the same positioning model for VTTCue and VTTRegion?
Summary: [WebVTT] Use the same positioning model for VTTCue and VTTRegion?
Status: NEW
Alias: None
Product: TextTracks CG
Classification: Unclassified
Component: WebVTT (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: Web Media Text Tracks CG
URL:
Whiteboard: v1
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-14 12:54 UTC by Philip Jägenstedt
Modified: 2014-10-10 09:06 UTC (History)
2 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2014-05-14 12:54:52 UTC
VTTCue is positioned in the horizontal direction using position, size and align. That seems to cover the same functionality as VTTRegion's width, regionAnchorX/Y and viewportAnchorX/Y, so it would be nice to only have a single model to work with, both for authors and implementations where those bits could be shared.
Comment 1 Philip Jägenstedt 2014-05-14 15:27:08 UTC
Um, sorry, take regionAnchorY and viewportAnchorY out of that. Those could be replaced by lineAlign of equivalent.