aboutsummaryrefslogtreecommitdiff
path: root/ext/pitch-accents-preview.html
blob: 73b9bc8afadac832efff7c4808c4c22d6d6a0c67 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title>Yomichan Pitch Accents Preview</title>
    <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
    <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
    <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
    <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
    <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
    <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
    <link rel="stylesheet" type="text/css" href="/css/display-pronunciation.css">
    <link rel="stylesheet" type="text/css" href="/css/pitch-accents-preview.css">
</head>
<body>

<div class="content"><div class="content-body">

<ul>
    <li>
        <strong>Downstep notation</strong> -
        <span class="format-preview" lang="ja">
            <span class="pitch-accent-characters"><span class="pitch-accent-character" data-position="0" data-pitch="high" data-pitch-next="low"><span class="pitch-accent-character-inner"></span></span><span class="pitch-accent-character" data-position="1" data-pitch="low" data-pitch-next="low"><span class="pitch-accent-character-inner"></span></span></span>
        </span>
    </li>
    <li>
        <strong>Downstep position</strong> -
        <span class="format-preview">
            <span class="pitch-accent-position">1</span>
        </span>
    </li>
    <li>
        <strong>Graph</strong> -
        <span class="format-preview">
            <span class="pitch-accent-details">
                <svg xmlns="http://www.w3.org/2000/svg" class="pitch-accent-graph" focusable="false" viewBox="0 0 150 100">
                    <path class="pitch-accent-graph-line" d="M25 25 L75 75"></path>
                    <path class="pitch-accent-graph-line-tail" d="M75 75 L125 75"></path>
                    <circle class="pitch-accent-graph-dot-downstep1" cx="25" cy="25" r="15"></circle>
                    <circle class="pitch-accent-graph-dot-downstep2" cx="25" cy="25" r="5"></circle>
                    <circle class="pitch-accent-graph-dot" cx="75" cy="75" r="15"></circle>
                    <path class="pitch-accent-graph-triangle" d="M0 13 L15 -13 L-15 -13 Z" transform="translate(125,75)"></path>
                </svg>
            </span>
        </span>
    </li>
</ul>

</div></div>

</body>
</html>