1WEBVTT
2
3NOTE Position with percentage and position alignment
4
500:00:00.000 --> 00:00:01.234 position:60%,end align:start size:35%
6This is the first subtitle.
7
8NOTE Wrong position provided. It should be provided as
9a percentage value
10
1100:02.345 --> 00:03.456 position:10 align:end
12This is the second subtitle.
13
14NOTE Line as percentage and line alignment
15
1600:04.000 --> 00:05.000 line:45%,end align:middle
17This is the third subtitle.
18
19NOTE Line as absolute negative number and without line alignment.
20
2100:06.000 --> 00:07.000 line:-10 align:middle
22This is the fourth subtitle.
23
24NOTE The position and positioning alignment should be inherited from align.
25
2600:08.000 --> 00:09.000 align:right
27This is the fifth subtitle.
28
29NOTE In newer drafts, align:middle has been replaced by align:center
30
3100:10.000 --> 00:11.000 align:center
32This is the sixth subtitle.
33
34NOTE In older drafts position alignment could be start,middle,end
35
3600:12.000 --> 00:13.000 position:20%,start
37This is the seventh subtitle.
38
39NOTE In the released spec position alignment can be line-left,center,line-right
40
4100:14.000 --> 00:15.000 position:70%,line-right
42This is the eighth subtitle.
43