Questions tagged [alt-attribute]

35 questions
0
votes
4 answers

Extracting caption from alt attribute and inserting into a div

I am using the rather lovely jQuery slideviewer 1.1 plugin on a site at the moment, but would like to extract the alt attribute from images displayed and insert them into a div at the appropriate time. The current code for the plugin is shown below…
user173106
0
votes
1 answer

Umbraco CMS stripping ALT tags from images when content saved

Umbraco is taking: Your Title - for example Mr., Mrs., Ms. And turning it into If I alter the alt…
Yucel
-1
votes
1 answer

Can you add alt/aria-label directly into CSS?

We are currently in the process of completing some accessibility checks on our website. One of the issues it has identified is that the 2 icons on our mobile version need "discernible text": On this page - https://sthelens.ac.uk/kcc-course-enquiry -…
-1
votes
1 answer

Trying to add ALT tag within popup lightbox Lightbox2 for ADA Compliance Standards

I am updating a client's site to include alt tags to bring their site to ADA compliance. I have a few pages that use Lightbox2 from https://lokeshdhakar.com/projects/lightbox2. I added the ALT attribute to my array, but it's not being called in the…
-2
votes
1 answer

What's the use of 'alt' attribute in the image tag of HTML5?

If the code in HTML5 is: (*** stands for whatever information we need to fill, it is just for example not a keyword) ***** Then here what function does the alt attribute actually do?
1 2
3