Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.56 KB

README.md

File metadata and controls

47 lines (24 loc) · 1.56 KB

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

Implementations

Multi-attribute Approach

none

Single-attribute Approach

Note: need specific URL to confirm from each vendor

Texthelp SpeechStream : https://www.texthelp.com/en-us/products/speechstream/

Pearson TestNav : https://home.testnav.com/

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.