flutter/dev/a11y_assessments/test
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
..
accessibility_guideline_test.dart Adds a11y assessment sample app (#131716) 2023-08-03 16:15:14 +00:00
date_picker_test.dart Add more use cases to a11y assessments (#132325) 2023-08-16 16:44:11 +00:00
dialog_test.dart Add more use cases to a11y assessments (#132325) 2023-08-16 16:44:11 +00:00
slider_test.dart Add more use cases to a11y assessments (#132325) 2023-08-16 16:44:11 +00:00
test_utils.dart Add more use cases to a11y assessments (#132325) 2023-08-16 16:44:11 +00:00
text_field_password_test.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
text_field_test.dart a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00