THe W3 criterion H67 states that if no title attribute is used, and the alt text is set to null (i.e. alt="") it indicates to assistive technology that the image can be safely ignored.
For each image that should be ignored:
- Check that
title attribute is either absent or empty. - Check that
alt attribute is present and empty.
Expected Results
If
this is a sufficient technique for a success criterion, failing this
test procedure does not necessarily mean that the success criterion has
not been satisfied in some other way, only that this technique has not
been successfully implemented and can not be used to claim conformance.
However, when I run the Brightspace accessibility check it marks images that satisfy rule 1 and 2 as inaccessible. It tells to mark that image as decorative. Doing so adds role="presentation" to that image.
But this is unnessassary as satisfying rule 1 and 2 should be sufficient. Any reason why Brightspace nevertheless makrs those images as inaccessible?
Kind regards,
Arman