diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-27 16:32:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 16:32:44 -0500 |
commit | 8d3436fca3885ba648e2c6f6bad4fa11bd8cb8c4 (patch) | |
tree | 93d12e78cca1fe86d82fa871d5e93a90fec7318d /ext/pitch-accents-preview.html | |
parent | c64a8eac1ed408882271dcdc67cd2018020bff9f (diff) |
Refactor display styles (#1451)
* term-expression => expression
* term-pitch-accent => pitch-accent
* term-reason => inflection, term-reasons => inflection-list
* term-details => expression-list-details
* term-glossary => glossary
* Update tag list classes
* term-definition => definition
Diffstat (limited to 'ext/pitch-accents-preview.html')
-rw-r--r-- | ext/pitch-accents-preview.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/pitch-accents-preview.html b/ext/pitch-accents-preview.html index 8c185aea..f649779d 100644 --- a/ext/pitch-accents-preview.html +++ b/ext/pitch-accents-preview.html @@ -22,25 +22,25 @@ <li> <strong>Downstep notation</strong> - <span class="format-preview" lang="ja"> - <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 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="term-pitch-accent-position">1</span> + <span class="pitch-accent-position">1</span> </span> </li> <li> <strong>Graph</strong> - <span class="format-preview"> - <span class="term-pitch-accent-details"> - <svg class="term-pitch-accent-graph" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" focusable="false"> - <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> + <span class="pitch-accent-details"> + <svg class="pitch-accent-graph" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" focusable="false"> + <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> + <use href="#pitch-accent-graph-dot-downstep" x="25" y="25"></use> + <use href="#pitch-accent-graph-dot" x="75" y="75"></use> + <use href="#pitch-accent-graph-triangle" x="125" y="75"></use> </svg> </span> </span> |