Closed (fixed)
Project:
Chess
Version:
5.x-0.1-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 18:11 UTC
Updated:
13 Sep 2011 at 09:54 UTC
Hi,
I installed the module, I create my first "chess" content, I selected 2 users and I click the public button, so we have the board and the capability to select the piece to move.
Now, I'd like to understand if, when I make a move, there are some text that tell me what I moved.
I'm visual impaired and I'd like to use this module to make an accessible version of chess.
It is clear that all features for sighted people must remain, but I'd like to understand what happen when I move a piece.
In fact I have a message like: your move was saved.
ok but where? only in the board?
Or should appear some comment for each move?
anyway, this is a great module.
Comments
Comment #1
EoinBailey commentedThere are drupal messages that report that the move has been made, or report if an error has been detected while attempting to make your move.
This message is delivered by the drupal message system (I'm sure it has an 'official' name, but I don't know it!).
I think there might be some confusion as when I started this module, I was going to make enable moves via a custom comment form, and I think I left some notes about that in the code. That is not how the system works now. Previous moves are not stored as comments, and are not displayed as comments.
What would be required to make the module acessible?
Would this work: the board could be moved to the main content area, and larger images could be used for the pieces. Or am I missing something?
Comment #2
drein commentedd6 is ok.
I'm going to open a new issue for accessibility improve.
Thank you.