Speak now
Please Wait Image Converting Into Text...
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Challenge yourself and boost your learning! Start the quiz now to earn credits.
Unlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
General Tech Technology & Software 2 years ago
Posted on 16 Aug 2022, this text provides information on Technology & Software related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
I see that the most common suggestion for decorative images is to use a blank alt text in the markup.
However I've noticed the screen readers still pick up the image.
If I use aria-hidden or role=presentation I see that the image is skipped altogether.
aria-hidden
role=presentation
Would a combination of any of the above along with a blank alt text have any improvements on the navigation speed for people using assistive technology?
Although not mandatory, I would recommend adding role="presendation" to decorative images in order to make explicit that the image is here for decorative purpose (but CSS should be preferred).
role="presendation"
We can't answer if this would improve navigation speed for people but this would improve assistive technologies determination. Common screenreaders (which are a small subpart of assistive technologies) should already ignore an image with an empty alt.
alt
But for instance, people with cognitive disorders may want to disable all decorative images, preserving meaningful one. Adding a role="presentation" attribute will help algorithm to suppress those images, while others one might be part of the content but unfortunately missing an alt attribute.
role="presentation"
Of course, significant images must have a non empty alt, so this should be unnecessary. But, as a developer you create accessible templates, but you will never know how the content of the website will evolve, if content writer will always be trained for accessibility, if the alternative text for image will be added when necessary. So a missing alt will always make it unreadable for screenreader users, but adding a role="description" when you are sure that the image have to be ignored by other assistive technologies is a good precaution.
role="description"
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 10 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 9 Answers
General Tech 2 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.