- From: <bugzilla@jessica.w3.org>
- Date: Thu, 17 Sep 2015 16:11:14 +0000
- To: public-texttracks@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29132
Bug ID: 29132
Summary: Possibly incorrect example in WebVTT spec
Product: TextTracks CG
Version: unspecified
Hardware: PC
URL: http://dev.w3.org/html5/webvtt/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: WebVTT
Assignee: dave.null@w3.org
Reporter: olly.exoplayer@gmail.com
QA Contact: public-texttracks@w3.org
CC: philipj@opera.com, silviapfeiffer1@gmail.com
Target Milestone: ---
Specifically, this sentence:
"The second cue has its cue box right aligned at the 90% mark of the video
viewport width. The same effect can be achieved with "position:55%,start",
which explicitly positions the cue box."
For that to be true, shouldn't the example be:
00:00:03.000 --> 00:00:06.500 position:90%,end size:35%
And not what it is now:
00:00:03.000 --> 00:00:06.500 position:90% align:end size:35%
Since, as I understand it, "align" applies to the text within the box, not the
box itself.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 17 September 2015 16:11:16 UTC