Test: HTML td element with a row header (th[scope="row"]) (VoiceOver (macOS)/Safari)
Expectation: th element: MUST convey the position of the header (row/column)
| Property | Value |
|---|---|
| Support | yes |
| AT Name | VoiceOver (macOS) |
| AT Version | 10.15.2 |
| Browser Name | Safari |
| Browser Version | 13.0.4 |
| OS version | 10.15.2 |
| Date | 2020-01-29 |
| 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 |
|---|---|---|---|
| table_move_to_previous_row (VO + Up Arrow) | pass | "Row 1 of 2 Name, greg" | |
| table_move_to_next_column (VO + Right Arrow) | pass | (position information is announced as column and rows are changed) | |
| table_move_to_previous_column (VO + Left Arrow) | pass | (position information is announced as column and rows are changed) | |
| table_move_to_next_row (VO + Down Arrow) | pass | (position information is announced as column and rows are changed) |