Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 06-wai-aria/exercise/src/App.solution.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://www.w3.org/TR/wai-aria-practices-1.1/examples/radio/radio-1/radio-1.html
- Tip: you can figure out the next value with React.Children.forEach(fn),
or React.Children.toArray(children).reduce(fn)
- Move the focus in cDU to the newly selected item
- Tip: do it in RadioOption not RadioGroup
- Tip: do it in RadioButton not RadioGroup
- Tip: you'll need a ref
- Add the aria attributes
- radiogroup
Expand Down
2 changes: 1 addition & 1 deletion 06-wai-aria/exercise/src/App.start.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://www.w3.org/TR/wai-aria-practices-1.1/examples/radio/radio-1/radio-1.html
- Tip: you can figure out the next value with React.Children.forEach(fn),
or React.Children.toArray(children).reduce(fn)
- Move the focus in cDU to the newly selected item
- Tip: do it in RadioOption not RadioGroup
- Tip: do it in RadioButton not RadioGroup
- Tip: you'll need a ref
- Add the aria attributes
- radiogroup
Expand Down