Hello, I work on a team that supports a web application implemented with
Wicket, and because of accessibility compliance I'm addressing some DQA
findings. It would be nice to have the close anchor of modal windows (top
right corner) having an associated text, for assistive technologies. This
can be achieved changing getMarkup() in modal.js in one of the following
ways:

1) adding a title attribute to the anchor, like in:
" \"#\"  "+

or

2) also support low-vision users, by having the cross image be placed as img
instead of background, and adding an alt attribute, like in:
" \"#\"  \"blah\"  "+

I didn't know if this was already planned. I didn't find discussions about
this in the mail list. Let me know your thoughts. Regards!

Lucas

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/adding-associated-text-to-the-close-anchor-on-modal-windows-tp4504732p4504732.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to