/pronunciation

Pronunciation Task Force deliverables

Primary LanguageHTMLOtherNOASSERTION

Pronunciation Task Force current work

Editors' drafts are available on:

Markdown URL for Use-cases

Timeline

Pronunciation TF want to make a publication every three months if possible. Timeline: https://github.com/w3c/pronunciation/wiki/Timeline

For Authors

Proofing Markdown

Have node installed. Then, from this folder, run npm install from the command line (only the first time).

To proof all markdown files in this repository, node ./scripts/proof.js. To proof specific files, use "glob" syntax like node ./scripts/proof.js */draft.md or a specific files node ./scripts/proof.js contributing.md readme.md

If you introduce proper nouns, technical terms, or acronyms, you can add them to the ./scripts/DICTIONARY file which will no longer trigger the retext-spell rule.