getkirby / getkirby.com

Source code and content for the Kirby website
https://getkirby.com
131 stars 266 forks source link

Hide presentational content from a11y technology #2340

Closed lukasbestle closed 3 months ago

lukasbestle commented 3 months ago

Description

Summary of changes

Implement aria-hidden as suggested and discussed in https://github.com/getkirby/getkirby.com/issues/1289.

Reasoning

Additional context

As Lighthouse in Chrome didn't complain about the font sizes (only the PageSpeed test), I couldn't verify this yet. But even if PageSpeed still complains, this is an improvement for users of a11y tech.

distantnative commented 3 months ago

I just tried it with VoiceOver on Mac and there are some observations:

lukasbestle commented 3 months ago

Implemented most of your observations and suggestions. For the focus issues I don't have a good impromptu solution. Maybe we could cover that in a separate PR.