diff --git a/aria-practices.html b/aria-practices.html index cfba20928a..6812960892 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2269,6 +2269,10 @@

WAI-ARIA Roles, States, and Properties

Otherwise, the spinbutton element has a label provided by 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. +