flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.59k stars 27.34k forks source link

Dialog widget requires roles, ARIA properties, and keyboard support (Accessibility) #157204

Open jcollins-disney opened 1 day ago

jcollins-disney commented 1 day ago

Use case

The Dialog widget requires roles, ARIA properties, and expected keyboard support to meet accessibility compliance requirements outlined in the Web Content Accessibility Guidelines (WCAG).

Proposal

WAI-ARIA Roles, States, and Properties

Focus management

Keyboard navigation

iapicca commented 19 hours ago

the topic seems to be addressed this document as mentioned in this issue