flutter/dev/a11y_assessments/lib/use_cases
Yegor d0664bcd79
a few web tweaks for a11y assessment app (#134479)
Mostly tweaks for better focus management, namely:

* Use `autofocus` throughout so the a11y focus is transferred to a logical place when overlaid content pops up (screen transitions, dialogs).
* Consolidate "enabled" and "disabled" widgets into the same screen. Otherwise, when only a disabled widget is shown, there's nothing to focus on and the screen reader is lost.
2023-09-21 19:38:20 +00:00
..
check_box_list_tile.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
date_picker.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
dialog.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
slider.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
text_field_password.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
text_field.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
use_cases.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00