summaryrefslogtreecommitdiff
path: root/ext/bg/pitch-accents-preview.html
Commit message (Collapse)AuthorAge
* Enforce language (#1344)toasted-nutbread2021-02-08
| | | | | | | | | * Assign text content and a language * Remove _appendMultilineText * Assign lang for createTextNode content * Add language attributes to HTML pages
* Html lint (#1336)toasted-nutbread2021-01-30
| | | | | | | | | | | | | | | | | | | | | | | * Move style rules * Fix non-unique IDs * Remove erroneous ids * Add title * Fix invalid closing tag * Install html-validate * Add .htmlvalidate.json * Update HTML and styles * Add test-lint-html * Update test files * Update test-lint-html/css commands to have more explicit targets
* Use <strong> styling for list keys (#991)toasted-nutbread2020-11-05
|
* Pitch accents preview (#987)toasted-nutbread2020-11-03
* Add public preparePitchAccents function to DisplayGenerator * Add pitch accents preview HTML, CSS, and JS