From ecb11d73b1b4232bb77ab357f6a24c5ef51a8d75 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 8 Sep 2016 18:17:18 -0400 Subject: [PATCH] Changing section 2.4 'Keyboard Navigation' Changed the first sentence of the introduction to be a sentence and not a command. --- slides/02-Developers/03-keyboard.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/02-Developers/03-keyboard.html.md b/slides/02-Developers/03-keyboard.html.md index 3237e37..0475f7e 100755 --- a/slides/02-Developers/03-keyboard.html.md +++ b/slides/02-Developers/03-keyboard.html.md @@ -57,7 +57,7 @@ layout_data: ); --- -Make all interactive elements work with a keyboard. For example, make sure a +It is good practice to make all interactive elements work with a keyboard. For example, make sure a button that you activate with a click is also in the keyboard tab sequence and that pressing enter or space activates it. Set the `tabindex` attribute to `0` to include an element in the