Test: HTML td element with a row header (th[scope="row"]) (NVDA/Chrome)
Expectation: table element: MUST convey the boundaries of the table
| Property | Value |
|---|---|
| Support | yes |
| AT Name | NVDA |
| AT Version | 2021.1 |
| Browser Name | Chrome |
| Browser Version | 92 |
| OS version | Windows 10 version 21h1 |
| Date | 2021-08-07 |
| Notes |
Commands and Output
These are specific commands used to access the target element in the test, along with the resulting output.
| Command | Result | Output | Notes |
|---|---|---|---|
| next_item (down arrow) | pass | "table with 2 rows and 2 columns, row 1 column 1, Name" | |
| next_item (down arrow) | pass | "table with 2 rows and 2 columns, row 1 column 1, Name" | |
| table_move_to_next_column (Control + Alt + Right arrow) | pass | "edge of table" | |
| table_move_to_previous_column (Control + Alt + Left arrow) | pass | "edge of table" | |
| table_move_to_next_row (Control + Alt + up arrow) | pass | "edge of table" | |
| table_move_to_previous_row (Control + Alt + down arrow) | pass | "edge of table" |