[a11y] hotkey widget should have correct semantics
Open
P3
team-accessibility
triaged-accessibility
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
When using https://api.flutter.dev/flutter/widgets/Shortcuts-class.html, the widget should have following role
| OS | role |
|--------|--------|
| web |- |
| ios | - |
| macos | - |
| windows | ROLE_SYSTEM_HOTKEYFIELD |
| android | - |
Contributor guide
Assessment
This issue has not been assessed yet.