Variations of nesting aria-activedescendant used with role="grid"
role="application", role="grid", button
foo
WORKS with JAWS 18 and IE 11 on Windows 7, works with both Tab and Shift + Tab
role="application", role="grid", role="gridcell", no nesting
foo
I am the active descendant
Works with JAWS 18 and IE 11 on Windows 7
role="application", role="grid", no nesting
foo
I am the active descendant
Works inconsistently with JAWS 18 and IE 11 on Windows 7, but only when you Tab to it. If you Shift Tab to focus the cell the active descendants text is not read
role="application", role="grid", span within a button with tabindex="-1"
foo
DOES NOT WORK with JAWS 18 and IE 11 on Windows 7
role="application", role="grid", span
foo
I am the active descendant
DOES NOT WORK with JAWS 18 and IE 11 on Windows 7
role="application", role="grid", button with tabindex="-1"
foo
DOES NOT WORK with JAWS 18 and IE 11 on Windows 7
role="application", role="grid", role="gridcell", button, no nesting