vjeantet/hugo-theme-docdock

">" link isn't recognized by VoiceOver

Open

#157 opened on Sep 15, 2018

 (1 comment) (0 reactions) (0 assignees)JavaScript (315 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (614 stars)
PR merge metrics
 (PR metrics pending)

Description

Background

Sidebar entries have the form "> Foo". Both ">" and "Foo" are clickable links; ">" expands the entry, causing subsidiary elements to be displayed; "Foo" jumps the user to the "Foo" page.

Problem

Although the "Foo" link is recognized and announced by VoiceOver (on Apple's macOS), the ">" link is not. So, this affordance is inaccessible to blind users.

Contributor guide