diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-25 18:16:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 18:16:07 -0400 |
commit | a9710b8acf6370f229098b172eb2a3aa65ae5dc7 (patch) | |
tree | 956fe3cc2c2d2ad50f98beb2d7e2e9e88a673fc1 /ext/display-templates.html | |
parent | 3f738898743804fa07c449063bf3065af00e5aa2 (diff) |
Rename CSS class names "pitch-accent" to "pronunciation" (#1850)
* pitch-accents => pronunciations
* Update dataset property names
* pitch-accent-dictionary => pronunciation-dictionary
* Update styles
* Update template name
* Update attributes
Diffstat (limited to 'ext/display-templates.html')
-rw-r--r-- | ext/display-templates.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/display-templates.html b/ext/display-templates.html index 3ae53b18..cf171aa5 100644 --- a/ext/display-templates.html +++ b/ext/display-templates.html @@ -22,8 +22,8 @@ <div class="entry-body-section" data-section-type="frequencies"> <div class="entry-body-section-content frequency-group-list"></div> </div> - <div class="entry-body-section" data-section-type="pitch-accents"> - <ol class="entry-body-section-content pitch-accent-group-list"></ol> + <div class="entry-body-section" data-section-type="pronunciations"> + <ol class="entry-body-section-content pronunciation-group-list"></ol> </div> <div class="entry-body-section" data-section-type="definitions"> <ol class="entry-body-section-content definition-list"></ol> @@ -82,9 +82,9 @@ </span></span></template> <!-- Pitch accent templates --> -<template id="pitch-accent-group-template"><li class="pitch-accent-group"><span class="pitch-accent-group-tag-list tag-list"></span><ul class="pitch-accent-list"></ul></li></template> -<template id="pitch-accent-disambiguation-template"><span class="pitch-accent-disambiguation"></span></template> -<template id="pitch-accent-template"><li class="pitch-accent"><span class="pitch-accent-tag-list tag-list"></span><span class="pitch-accent-disambiguation-list"></span><span class="pronunciation-representation-list"><span class="pronunciation-text-container"></span><span class="pronunciation-downstep-notation-container"></span><span class="pronunciation-graph-container"></span></span></li></template> +<template id="pronunciation-group-template"><li class="pronunciation-group"><span class="pronunciation-group-tag-list tag-list"></span><ul class="pronunciation-list"></ul></li></template> +<template id="pronunciation-disambiguation-template"><span class="pronunciation-disambiguation"></span></template> +<template id="pronunciation-template"><li class="pronunciation"><span class="pronunciation-tag-list tag-list"></span><span class="pronunciation-disambiguation-list"></span><span class="pronunciation-representation-list"><span class="pronunciation-text-container"></span><span class="pronunciation-downstep-notation-container"></span><span class="pronunciation-graph-container"></span></span></li></template> <!-- Kanji entry templates --> <template id="kanji-entry-template" data-remove-whitespace-text="true"><div class="entry" data-type="kanji"> |