Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inverted VoiceOver reading #6

Closed
wants to merge 1 commit into from
Closed

Fix inverted VoiceOver reading #6

wants to merge 1 commit into from

Conversation

jeremyfrank
Copy link

This PR fixes an issue in VoiceOver where link text is read backwards. See example below.

<a href="/stories/my-amazing-story">
  Read More
  <span class="visuallyhidden">About My Amazing Story</span>
</a>

VO Reading (before fix): About My Amazing Story Read More
VO Reading (after fix): Read More About My Amazing Story

References:
h5bp/main.css#12
https://gist.github.com/nickcolley/19b80ed24d0364cfd3afd3b1b49c4014

@jeremyfrank jeremyfrank closed this by deleting the head repository Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant