gecko-dev/accessible
Nathan LaPre af71bdeca8 Bug 1800749: Prevent position:absolute th elements from using HTMLTableHeaderCellAccessible, r=Jamie
Layout doesn't consider these types of th elements to be table cells since there
is no underlying table layout. This patch asks layout whether it considers the
frame's accessible type to be a table cell accessible. If it does, continue to
use the HTMLTableHeaderCellAccessible, but - otherwise - use a generic grid cell
accessible. This revision also adds a test to verify the behavior of th in this
situation. This essentially repeats the logic already in existence for td.

Differential Revision: https://phabricator.services.mozilla.com/D162357
2022-11-18 17:50:44 +00:00
..
android Bug 1797863 - add class documentation for accessibility tree nodes. r=morgan 2022-11-15 02:49:44 +00:00
aom Bug 1794043: Improve AccAttributes ergonomics, r=eeejay 2022-10-13 01:00:57 +00:00
atk Bug 1797863 - add class documentation for accessibility tree nodes. r=morgan 2022-11-15 02:49:44 +00:00
base Bug 1800749: Prevent position:absolute th elements from using HTMLTableHeaderCellAccessible, r=Jamie 2022-11-18 17:50:44 +00:00
basetypes Bug 1796734 part 4: Move calculation of the focused state to Accessible::ApplyImplicitState. r=morgan 2022-11-18 01:37:07 +00:00
docs Bug 1800949 - add accessibility Architecture doc with info on trees. r=morgan,Jamie 2022-11-18 00:50:58 +00:00
generic Bug 1801094 - Clean-up a bit WhereToScroll. r=layout-reviewers,credential-management-reviewers,sgalich,dshin 2022-11-18 10:02:23 +00:00
html Bug 1799732 Part 1 - Replace GetChildList(kPrincipalList) with PrincipalChildList(). r=emilio 2022-11-12 04:38:52 +00:00
interfaces Bug 1797840: Replace stray tab character with space, in a11y msaa file ISimpleDOMDocument.idl. r=eeejay 2022-10-28 18:08:18 +00:00
ipc Bug 1796734 part 4: Move calculation of the focused state to Accessible::ApplyImplicitState. r=morgan 2022-11-18 01:37:07 +00:00
mac Bug 1752054: Map radio and checkbox menu items to MOX classes for radio buttons and checkboxes r=eeejay 2022-11-16 18:18:54 +00:00
other Bug 1713050 - P3: Add more granularities to AXSelectedTextChanged events. r=morgan 2022-03-16 05:56:26 +00:00
tests Bug 1800749: Prevent position:absolute th elements from using HTMLTableHeaderCellAccessible, r=Jamie 2022-11-18 17:50:44 +00:00
windows Bug 1797863 - add class documentation for accessibility tree nodes. r=morgan 2022-11-15 02:49:44 +00:00
xpcom Bug 1789959: Gracefully handle mCachedFields being null in xpcAccessible::GetCache. r=nlapre 2022-11-14 23:29:07 +00:00
xul Bug 1799460 - a11y fixes for my previous changes. r=Jamie 2022-11-16 16:27:59 +00:00
moz.build Bug 1755383 - P3: Migrate HTML selection tests from mochitests to browser tests. r=morgan 2022-02-16 18:42:54 +00:00