This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Noticed that the words were being read out of order in VoiceOver and updated the CSS to the current recommendation in a similar github issue. Specifically, this comment: https://github.com/h5bp/html5-boilerplate/issues/1985#issuecomment-394096182 For completeness, here is the updated class. ``` .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: auto; /* new - was 1px */ margin: 0; /* new - was -1px */ overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } ```
- Loading branch information