From 74037026703f688b8dd9ba0b3fbc6a4544542975 Mon Sep 17 00:00:00 2001 From: Matt King Date: Mon, 28 Aug 2017 11:43:37 -0700 Subject: [PATCH] Spinbutton pattern: fix typo where spinbutton was spelled spingbutton --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index bdfbc4cd11..43b832873c 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -1820,7 +1820,7 @@

Keyboard Interaction

  • Up Arrow: Increases the value.
  • Down Arrow: Decreases the value.
  • Home: If the spinbutton has a minimum value, sets the value to its minimum.
  • -
  • End: If the spingutton has a maximum value, sets the value to its maximum.
  • +
  • End: If the spinbutton has a maximum value, sets the value to its maximum.
  • Page Up (Optional): Increases the value by a larger step than Up Arrow.
  • Page Down (Optional): Decreases the value by a larger step than Down Arrow.