Solice UI
Back to the curriculum

Chapter 5 · Accessibility & Interaction

Clear content and feedback

Accessible interaction also depends on words. A clear label reduces hesitation, a truthful status sets expectations, and a useful error tells someone what they can do next.

Beginner · Lesson 6 of 6 in this chapter

Name the user-side action

Button labels such as Save changes or Clear search are easier to predict than vague labels such as Continue or Submit. Technical details belong in logs unless the user needs them to decide or recover.

Feedback follows the action

Loading feedback should appear when waiting changes what the user can do. Success should confirm the meaningful outcome, and errors should distinguish a fixable input problem from a service failure.

Handling an empty search

  1. The page says no lesson matched the entered term.
  2. It suggests broader beginner topics.
  3. A Clear search action restores the complete curriculum and returns focus to the field.
  • Prefer plain action labels over internal terminology.
  • Feedback should match the user's current decision or wait.
  • Every recoverable error needs a clear next step.