A utility extension for testing webpages for accessibility. Reveal code and perform accessibility tests quickly.
The Equa11y extension is to help test a webpage for accessibility. It is designed to improve the efficiency of accessibility testing with various utilities.
What's New in V1.1!
New Functionality
Display Target Size - Displays the current target size of an interactive element.
Display Screen Reader Text - Displays the hidden text that a screen reader would announce. It takes into consideration the precedence of aria-label, aria-labelledby, and aria-describedby.
Highlight Exclusive Text - Scans the page for exclusive words (e.g - "See", "View", etc) and highlights them. You can also modify the list in the NEW "settings" page.
Reveal Lang Attribute - Displays the lang attribute for the page and any in-page elements.
New UI
All utilities are now broken into tabs by WCAG (Web Content Accessibility Guideline) principle:
Perceivable
Operable
Understandable
Robust
And includes the success criteria for each test.
NEW Settings page allows you to do the following:
Set Dark Mode
Hide the beta utilities
Change the list of exclusive words
Increase the font size of the extension
Core Utilities
Display Alt Text - Outlines and labels images with their alternative text.
Display Landmark Regions - Outlines and labels landmark regions with there role and label.
Display Element Roles - Outlines and labels interactive elements with their role.
Display Heading Levels - Outlines and labels all headings on the page.
Reveal Viewport Tag - Displays the viewport tag.
Zoom Text 200% - Zooms text-only on the page by 200%.
Beta Utilities
Outline Embedded Text - Scans all images on the page and attempts to determine if the image has embedded text. (English only)
Outline Event Listeners - Outlines and labels all non-interactive elements in the page with events. This is useful for identifying elements that may not get keyboard or screen reader focus.