diff --git a/examples/radio/radio-2/radio-2.html b/examples/radio/radio-2/radio-2.html index 124dc49186..c76a717398 100644 --- a/examples/radio/radio-2/radio-2.html +++ b/examples/radio/radio-2/radio-2.html @@ -114,13 +114,13 @@
NOTE: When visual focus is on a radio button in the radio group, DOM focus remains on the radio group container and the value of aria-activedescendant
on the radio group refers to the radio button that is visually indicated as focused.
Where the following descriptions of keyboard commands mention focus, they are referring to the visual focus indicator, not DOM focus.
- For more information about this focus management technique, see
+ For more information about this focus management technique, see
Using aria-activedescendant to Manage Focus.
radiogroup |
- | div |
- Identifies the div element as a container for a group of radio buttons. |
+ ul |
+ Identifies the element as a container for a group of radio buttons. |
||||
---|---|---|---|---|---|---|---|---|---|
aria-labelledby="[IDREF]" |
- div |
+ ul |
Refers to the element that contains the label of the radio group. | ||||||
radio |
- | div |
+ li |
|
|||||
aria-checked="false" |
- div |
+ li |
Role, Property, State, and Tabindex Attributes
| |
- aria-checked="true" |
+ div li
| Role, Property, State, and Tabindex Attributes |