hmrc / accessibility

Apache License 2.0
22 stars 5 forks source link

VoiceOver skip link behaviour #19

Open philsherry opened 4 years ago

philsherry commented 4 years ago

Issue: Skip link captures VoiceOver focus on page load. Why: VoiceOver reads out the skip link content on page load, which means the page title is not read out. On error pages, the error may not be read out. To resolve: It seems teams are using the pattern correctly and this looks to be a bug in VoiceOver.

Issue persists with Chrome and Safari Tech Preview and can also be replicated on:

and on external non-GOVUK sites:

Is not JavaScript-related as issue persists with JS disabled.

adamliptrot-oc commented 2 years ago

Related https://github.com/twbs/bootstrap/issues/20732

ashfaqhussain357 commented 2 days ago

Voiceover still reads skip link first. Error messages read out correctly. Not sure if this is an issue or we can close this?