gecko-dev/accessible/tests
Nathan LaPre 8c8a637b75 Bug 1748585: Remove img elements with alt="" from the a11y tree, r=Jamie
This revision changes the logic for creation and updating of accessibles
corresponding to img elements such that alt="" (without click listeners or any
other aria attribute that forces an accessible) will effectively remove that
img's accessible from the accessibility tree. Next, this revision removes the
concept of eNoNameOnPurpose from accessible name handling, since it's now
unnecessary now that alt="" means "don't create an accessible" in most cases.
This revision also adds tests to verify the functionality and updates existing tests.

Differential Revision: https://phabricator.services.mozilla.com/D160706
2022-11-03 19:28:49 +00:00
..
browser Bug 1748585: Remove img elements with alt="" from the a11y tree, r=Jamie 2022-11-03 19:28:49 +00:00
crashtests Bug 1472024 part 1: Check for & gracefully handle failure return values from HTMLTableCellAccessible::GetCellIndexes. r=eeejay 2022-08-23 17:30:19 +00:00
mochitest Bug 1748585: Remove img elements with alt="" from the a11y tree, r=Jamie 2022-11-03 19:28:49 +00:00