With NVDA in reading mode, describe how NVDA behaves when performing task "Move keyboard focus onto the first non-header cell in the grid."
To pass this test, NVDA needs to meet all the following assertions when each specified command is executed:
Move focus forwards into a grid in reading mode
Assertion | Success case | Failure cases |
---|---|---|
Role 'grid' is conveyed(required: mark output) | ||
Name 'Transactions January 1 through January 6' is conveyed(required: mark output) | ||
Number of columns (5) is conveyed(required: mark output) | ||
Number of rows (7) is conveyed(required: mark output) | ||
Text of the first column header ('Date') is conveyed(required: mark output) | ||
Text of the first cell ('01-Jan-16') is conveyed(required: mark output) | ||
coordinates of the first cell (column 1, row 2) are conveyed(required: mark output) |