• Yegor's avatar
    a few web tweaks for a11y assessment app (#134479) · d0664bcd
    Yegor authored
    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.
    d0664bcd
Name
Last commit
Last update
..
accessibility_guideline_test.dart Loading commit data...
date_picker_test.dart Loading commit data...
dialog_test.dart Loading commit data...
slider_test.dart Loading commit data...
test_utils.dart Loading commit data...
text_field_password_test.dart Loading commit data...
text_field_test.dart Loading commit data...