UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36
Steps to reproduce the problem:
1. Go to console in Chrome Developer Tools
2. Instantiate a VTTCue object (e. g. cue = new VTTCue(1,2,'');)
3. Take a look at cue's properties and/or type "cue.lineAlign", "cue.positionAlign". The properties are undefinied.
What is the expected behavior?
The attributes are supported.
Reference:
According to https://w3c.github.io/webvtt/#vttcue VTTCue class has positionAlign (enum PositionAlignSetting { "line-left", "center", "line-right", "auto" };) and lineAlign (enum LineAlignSetting { "start", "center", "end" };) settings.
What went wrong?
The attributes are supported.
Did this work before? No
Chrome version: 52.0.2743.82 Channel: stable
OS Version:
Flash Version: Shockwave Flash 22.0 r0
Comment 1 by joeyparrish@chromium.org
, Aug 2 2016Labels: -OS-Linux OS-All