summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_vertical_text-combine-upright-ref.html
blob: 8bbd791136c1053c874a413a5dafc8f140dc650b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<title>Reference for WebVTT rendering, bidi ruby</title>
 <meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
html { overflow:hidden }
body { margin:0 }
.video {
    display: inline-block;
    width: 320px;
    height: 180px;
    position: relative;
    font-size: 9px;
}
.cue {
    position: absolute;
    bottom: 0;
    text-align: center;
    unicode-bidi: -webkit-plaintext;
    unicode-bidi: plaintext;
    direction: ltr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
}
.cue > span {
    font-family: sans-serif;
    background: rgba(0,0,0,0.8);
    color: white;
}
.combine {
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    font-family: Ahem, sans-serif;
    background: #0f0 url('../../media/background.gif') repeat-x top left;
    color: green;
}
</style>
<div class="video"><span class="cue"><span>平成<span class="combine">20</span>年4月<span class="combine">16</span>日に</span></span></div>