Skip to content

Commit

Permalink
Add reference to localization
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Sep 25, 2020
1 parent 6e9b256 commit a6fffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/rating/rating.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The accessibility of this component relies on:
- A radio group with its fields visually hidden.
It contains six radio buttons, one for each star, and another for 0 stars that is checked by default. Be sure to provide a value for the `name` prop that is unique to the parent form.
- Labels for the radio buttons containing actual text (“1 Star”, “2 Stars”, …).
Be sure to provide a suitable function to the `getLabelText` prop when the page is in a language other than English.
Be sure to provide a suitable function to the `getLabelText` prop when the page is in a language other than English. You can use the [included localizations](https://material-ui.com/guides/localization/), or provide your own.
- A visually distinct appearance for the rating icons.
By default, the rating component uses both a difference of color and shape (filled and empty icons)to indicate the value. In the event that you are using color as the only means to indicate the value, the information should also be also displayed as text, as in this demo. This is important to match [success Criterion 1.4.1](https://www.w3.org/TR/WCAG21/#use-of-color) of WCAG2.1.

Expand Down

0 comments on commit a6fffbe

Please sign in to comment.