Lack of interest Improve Accessibility

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.
This suggestion has been closed. Votes are no longer accepted.
The first one - Ensure images provide informative alternative text - is completely out of the control of XF.
It's whatever file name the poster chooses.

As for this - Ensure links or controls that open new windows or frames do not open without a warning - that would get really annoying, really quickly, so it's a no from me.
 
1) yes, but it's not 'easy' or in the know to even set an alt text. changing the editor to prompt for alt text could help, with fallback to the image's name as a default.

2) It's annoying to you because you can see, but other's can't. There's certainly a way to do it without being annoying like facebook or your bank does when you leave the main site, adding the screen reader icons like
Code:
<a href="http://www.google.com/" target="_blank">Google <span class="sr-only">Opens in new window</span><i aria-hidden="true" class="fa fa-edit fa-external-link"></i></a>
can help
 
Back
Top Bottom