diff --git a/aria-practices.html b/aria-practices.html index 6812960892..0321b7023d 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2270,8 +2270,10 @@

WAI-ARIA Roles, States, and Properties

aria-label.
  • - If it is possible to modify the value of the textbox such that the value is outside of the allowed set of values, the spinbutton element has - aria-invalid set to true. + The spinbutton element has + aria-invalid set to true + if the value is outside the allowed range. + Note that most implementations prevent input of invalid values, but in some scenarios, blocking all invalid input may not be practical.