Page MenuHomePhabricator

Show/hide description button is not properly exposed to screenreader users
Open, Needs TriagePublic

Description

Currently it's not clearly exposed due to missing aria-expanded and aria-controls attributes what the collapse/expand button does. If the description is always visible by default it might be a simpler solution to only add aria-hidden=true to those interaction elements instead of rebuilding a complex interaction pattern.