Test: The html required attribute on each HTML radio button in a fieldset (Orca/Firefox)
Expectation: fieldset element: MUST convey its role
| Property | Value |
|---|---|
| Support | yes |
| AT Name | Orca |
| AT Version | 3.31.4 |
| Browser Name | Firefox |
| Browser Version | 69 |
| OS version | Ubuntu 19.04 |
| Date | 2019-09-16 |
| 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 | "Animal panel" | |
| next_focusable_item (Tab) | pass | "animal panel, cat, not selected, radio button." | |
| previous_item (up arrow) | pass | "leaving animal panel, Cat, not selected, radio button. Dog, not selected, radio button. CatDog, not selected, radio button." | |
| previous_focusable_item (Shift + Tab) | pass | "Animal panel, catdog, not selected, radio button." |