Skip to main content Eleven Ways (Home)

All articles

Star raters are more challenging to make accessible than you might think

Written by Régine Lambrecht on 11 September 2025 (Average reading time: 3 minutes)

Star rating systems seem so straightforward, don't they? A quick click, and your feedback is submitted. Easy peasy! But beneath that simple surface lie a couple of tricky accessibility questions that are crucial for making sure everyone can use them effectively.

You see them everywhere: on e-commerce and hotel booking sites, or in your favorite music app. Star ratings seem simple—just a click, and you're done. However, designers and developers must consider significant accessibility concerns.

  1. How can people with visual or motor impairments easily select stars using a keyboard?
  2. How can we prevent ratings from being submitted accidentally?

Selecting stars with the keyboard

Sighted users navigate the star rater from left to right: left to select fewer stars and right to select more. In contrast, blind users who rely on screen readers find it more intuitive to navigate up (with the keyboard) for more stars and down for fewer, as they listen to a scale of values.

A good approach is to combine both methods:

  • Navigate left and down to lower the number of stars.
  • Navigate right and up to increase the number of stars.

Unfortunately, many existing star raters do not follow this approach, and there is no consensus:

We prefer the up/down arrow approach, as blind users find it the most intuitive. The W3C provides a good example with a slider that uses this method, which can be an effective solution.

Additionally, it is crucial that each star is clearly labeled so that screen readers announce the correct order. Each adjustment must actively report how many stars are currently selected, for example:

  • 1 out of 5 stars
  • 2 out of 5 stars
  • etc.

Preventing Accidental Submission

Many rating systems submit the rating immediately after one click. This can create challenges, especially for users who rely on screen readers or only use the keyboard.

If a star is accidentally selected, it can be difficult to go back without leaving the page. In some cases, users may only have one chance to give a rating, and they might select one star when they intended to give five. This is frustrating.

One possible solution is a hidden submit button that is only visible to keyboard users, as demonstrated in this W3C example. This allows blind users to verify their selection before submitting.

But why not make this button visible to everyone? This would also help users who work with a mouse or on a mobile device avoid mistakes, as well as those with tremors.

Finally, another WCAG criterion applies: pointer cancellation. This requires that if there is no submit button, the pointer's down event should not trigger any part of the function.

Conclusion

Effective star raters should be intuitive for those who can see them and easy to use for those who cannot see or operate them with a keyboard. By providing intuitive keyboard controls and a clear submit button, we can make them accessible to everyone. This ensures that all users can easily and reliably express their opinions.

Latest articles

  • A graphic illustration of portraits of Christophe Strobbe and Régine Lambrecht

    Combined 50 years of accessibility expertise: an expert interview

    Curious about the benefits of web accessibility and the European Commission’s policy? Wonder how AI impacts accessibility's future? Our senior experts, Christophe Strobbe and Régine Lambrecht, share insights on these topics and more. As certified Web Accessibility Specialists, they train and coach teams and conduct audits ensure your site meets WCAG and EN 301 549 standards. Listen to our interview to gain valuable advice from their nearly 50 years of combined experience.

Feasible accessibility tips in your mailbox

With our practical tips you will learn how to make the website or app of your organization (or customer) accessible to everyone.

You can unsubscribe with one click.

How can we help your organisation?

All contact details