Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add pause to improve screen reader experience. "Upon taking to the a11y clinic for feedback, the group didn’t think lack of punctuation was an issue. Similar comments were made about how different screen readers and the different combinations of user settings + browsers, alter speed and pauses. However with that being said there was additional work [1] conducted where punctuation was explored in more detail and found to be beneficial (blog post link below). As a result of this it was decided we *would* include a pause in this iteration" There might be more native controls within CSS in future[2] eg: h1 { pause: 20ms; } /* pause-before: 20ms; pause-after: 20ms */ [1] https://accessibility.blog.gov.uk/2017/12/18/what-working-on-gov-uk-navigation-taught-us-about-accessibility/ [2]https://www.w3.org/TR/css-speech-1/#speak-as
- Loading branch information