Test: aria-required attribute on each HTML radio button in a fieldset (VoiceOver (macOS)/Safari)
Expectation: fieldset element: MUST convey the boundaries of the element
Property | Value |
---|---|
Support | yes |
AT Name | VoiceOver (macOS) |
AT Version | 10.14.6 |
Browser Name | Safari |
Browser Version | 12.1.2 |
OS version | 10.14.5 |
Date | 2019-08-21 |
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 (VO + Right arrow) | pass | "animal, group" | |
next_focusable_item (Tab) | pass | "Cat, required, radio button, 1 of 3, animal, animal group" | |
previous_item (VO + Left Arrow) | pass | "end of animal, group" | |
previous_focusable_item (Shift + Tab) | pass | "CatDog, required, radio button, 3 of 3, animal, animal group" |