swirt β credited maggiewachs β .
swirt β credited maggiewachs β .
Missing or inaccurate alt text is one of the most common accessibility errors (https://webaim.org/projects/million/#errors). While many accessibility testing tools can identify instances of missing alt text (WAVE, axe-core, etc), they cannot determine when alt text meets conformance requirements to describe an image's purpose in context β only a person can do that accurately. This tool will be incredibly helpful in identifying and aggregating images and their alt text values for review and revision.
+1 for removing the title attribute that was added for the purpose of showing the full path. Titles are best suited for situations where link text isn't available. In this case, the full text should be linked, making the title attribute redundant (and possibly noisy for screen readers).
This patch makes a much needed correction to the admin toolbar's accessible behavior. Currently, keyboard users can access each menu and option, but have to do so consecutively through every menu and option. The correction allows keyboard users to move among top-level menu options and then select which sub-menu to open.