Re: HTML / CSS Tooltip & mouse-over don't display on screen readers

2019-06-21 Thread AudioGames . net Forum — Developers room : Lord Arogandor via Audiogames-reflector
Re: HTML / CSS Tooltip & mouse-over don't display on screen readers Thank you both for your replies!I've experimented a little bit with the aria attributes but haven't managed to make something that satisfied my needs Luckily there's another weekend standing rea

Re: HTML / CSS Tooltip & mouse-over don't display on screen readers

2019-06-20 Thread AudioGames . net Forum — Developers room : leibylucw via Audiogames-reflector
Re: HTML / CSS Tooltip & mouse-over don't display on screen readers onmouseover events should be able to help. If users can hover the mouse over certain elements to receive further info, I think this is a perfectly-valid solution.This is some textAs you can test, hovering over th

Re: HTML / CSS Tooltip & mouse-over don't display on screen readers

2019-06-18 Thread AudioGames . net Forum — Developers room : pitermach via Audiogames-reflector
Re: HTML / CSS Tooltip & mouse-over don't display on screen readers I believe the best option in this case is using the aria-describedby atribute, which basically performs a similar function to a tooltip. Here's a usage example.Most screen readers will associate this data as

HTML / CSS Tooltip & mouse-over don't display on screen readers

2019-06-18 Thread AudioGames . net Forum — Developers room : Lord Arogandor via Audiogames-reflector
HTML / CSS Tooltip & mouse-over don't display on screen readers Hello dear community,Over the years I made a text based browser game (www.thegraillords.net) that hasn't been very accessible ^.^Time to change that and I'm currently working (hard) to improve the accessibi