2020-11-04 03:30:20 +00:00
|
|
|
<!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>
|
2021-02-13 01:27:43 +00:00
|
|
|
<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">
|
2021-02-13 02:03:30 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/display.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/pitch-accents-preview.css">
|
2020-11-04 03:30:20 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="content"><div class="content-body">
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
2020-11-06 03:44:35 +00:00
|
|
|
<strong>Downstep notation</strong> -
|
2021-02-08 22:52:35 +00:00
|
|
|
<span class="format-preview" lang="ja">
|
2020-11-04 03:30:20 +00:00
|
|
|
<span class="term-pitch-accent-characters"><span class="term-pitch-accent-character" data-position="0" data-pitch="high" data-pitch-next="low"><span class="term-pitch-accent-character-inner">よ</span></span><span class="term-pitch-accent-character" data-position="1" data-pitch="low" data-pitch-next="low"><span class="term-pitch-accent-character-inner">む</span></span></span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
<li>
|
2020-11-06 03:44:35 +00:00
|
|
|
<strong>Downstep position</strong> -
|
2020-11-04 03:30:20 +00:00
|
|
|
<span class="format-preview">
|
|
|
|
<span class="term-pitch-accent-position">1</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
<li>
|
2020-11-06 03:44:35 +00:00
|
|
|
<strong>Graph</strong> -
|
2020-11-04 03:30:20 +00:00
|
|
|
<span class="format-preview">
|
|
|
|
<span class="term-pitch-accent-details">
|
2021-01-31 01:44:54 +00:00
|
|
|
<svg class="term-pitch-accent-graph" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" focusable="false">
|
2020-11-04 03:30:20 +00:00
|
|
|
<path class="term-pitch-accent-graph-line" d="M25 25 L75 75"></path>
|
|
|
|
<path class="term-pitch-accent-graph-line-tail" d="M75 75 L125 75"></path>
|
|
|
|
<use href="#term-pitch-accent-graph-dot-downstep" x="25" y="25"></use>
|
|
|
|
<use href="#term-pitch-accent-graph-dot" x="75" y="75"></use>
|
|
|
|
<use href="#term-pitch-accent-graph-triangle" x="125" y="75"></use>
|
|
|
|
</svg>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div></div>
|
|
|
|
|
2021-02-14 03:52:28 +00:00
|
|
|
<script src="/js/core.js"></script>
|
|
|
|
<script src="/js/yomichan.js"></script>
|
|
|
|
<script src="/js/comm/cross-frame-api.js"></script>
|
|
|
|
<script src="/js/comm/api.js"></script>
|
2020-11-04 03:30:20 +00:00
|
|
|
|
2021-02-14 03:52:28 +00:00
|
|
|
<script src="/js/display/display-generator.js"></script>
|
|
|
|
<script src="/js/dom/html-template-collection.js"></script>
|
2020-11-04 03:30:20 +00:00
|
|
|
|
|
|
|
<script src="/bg/js/settings/pitch-accents-preview-main.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|