From 6423d86f114b067445ace2bf8eba35fb38646993 Mon Sep 17 00:00:00 2001 From: Andy Janata Date: Sat, 27 Apr 2013 23:22:52 -0700 Subject: [PATCH] Changelog; view cards button. --- WebContent/game.jsp | 24 ++++++++---------------- WebContent/index.jsp | 23 +++++++++++++++++++++-- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/WebContent/game.jsp b/WebContent/game.jsp index 3beb38e..f7ff2d3 100644 --- a/WebContent/game.jsp +++ b/WebContent/game.jsp @@ -95,24 +95,13 @@ HttpSession hSession = request.getSession(true); If this is your first time playing, you may wish to read the changelog and list of known issues.

-

Most recent update: 20 April 2013:

+

Most recent update: 28 April 2013:

-
- I have spent a couple hours attempting to make this usable with screen readers. I have probably - missed a few things, but I believe the game is actually playable now. You should be able to get - to all of the interactive elements using only tab and shift tab, and all toggles should respond - to the space bar. To select a card, tab to it and press the space bar. You will have to get to - the Confirm Selection button to actually play it. I may eventually remove this requirement if - the card is selected with the space bar. The list of games leaves some information that is - visible out in an attempt to prevent each game from requiring a minute to read. You can still - access that information by navigating through the elements directly. I attempted to make the - notifications not be too chatty, but I may have failed. Please let me know if there are any - major issues. -
Nickname:
diff --git a/WebContent/index.jsp b/WebContent/index.jsp index 4c72203..9539761 100644 --- a/WebContent/index.jsp +++ b/WebContent/index.jsp @@ -54,10 +54,29 @@ to, for instance, display the number of connected players.

Recent Changes: