Test: HTML td element with a row header (th[scope="row"]) (NVDA/Edge)
Expectation: td element: MAY convey its role
| Property | Value |
|---|---|
| Support | yes |
| AT Name | NVDA |
| AT Version | 2021.1 |
| Browser Name | Edge |
| 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 |
|---|---|---|---|
| previous_item (up arrow) | pass | (no header semantics surfaced, which implies that this is a cell) | |
| table_move_to_next_column (Control + Alt + Right arrow) | pass | (no header semantics surfaced, which implies that this is a cell) | |
| table_move_to_next_row (Control + Alt + up arrow) | pass | (no header semantics surfaced, which implies that this is a cell) |