alt Questions
4
I need to add an image alt tag to hundreds of images. Problem is this would take forever and anyway there seems to be an easier solution.
I have been able to achieve this somewhat using javascript...
4
I am building a web page and have run into something that would be nice to be able to do; set text to be copied to the clipboard when someone tries to copy an image, probably the same as the alt te...
Guidotti asked 28/7, 2012 at 2:54
3
If I had an object like this:
<p><object classid="…" height="…" width="…"><param name="…"value="…"/>
<param name="…" value="…" /><param name="…" value="…" />
<o...
Getupandgo asked 11/1, 2015 at 7:18
1
On Firefox if you refresh a page you'll see the alt text appearing while an image is loading.
You can see it just on this Mozilla page (check the first image).
This doesn't happen on Chrome and oth...
3
Solved
Does anyone know how can I display an image for the browsers which don't support the tag ? Displaying a text such as in:
<video src="video.mp4" type="video/mp4">
Your browser does not suppo...
12
Solved
I was browsing Amazon and I noticed that when searching "1TB" if you hover the mouse cursor over the stars rating image, you only see the score if using IE. If you are using another browser then th...
Sterne asked 16/5, 2009 at 13:0
6
Solved
So I've been trying to make my site as accessible as possible (for non-JavaScript users, web crawlers, screen readers, etc), and I hit a large snag.
The site I'm developing is very image heavy. (I...
Virile asked 5/3, 2014 at 2:12
5
Solved
We have alternate text, alt attribute, for an img tag in HTML, which will show up when the image doesn't come up. I tried using the tag with iframe too.
<iframe src="www.abc.com" alt="Web site ...
2
Solved
Is there a way to give an inline SVG an alt tag? Here is the code that I have for my inline SVG, but the alt tag is not showing (and I'm not even sure the way that I coded the alt tag is valid, aft...
Pilpul asked 18/4, 2014 at 2:40
9
Solved
As per the default behavior, alt attribute is rendered first time just before the image rendering. I am displaying 25 images in a grid so it looks bit awkward as all alt attributes are displayed fi...
Heterotaxis asked 1/10, 2012 at 5:30
7
Is it correct to use alt tag for an anchor link, something like
<a href="#" class="test" alt="Something" src="sfasfs" ></a>
2
Solved
I am working on a Python editor and would like to add a feature to insert text at the position of the caret on a CodeMirror textarea.
There is a series of pictures which can be clicked. When one i...
Redemptioner asked 23/8, 2016 at 6:22
3
HOW can i add alt text for the following generated SVG ? I have only access to the html. the flowing SVG is in div. This is reading the numbers generated by Js function.
<svg class="barcode" ro...
Circumlocution asked 19/12, 2018 at 2:25
1
Solved
I created an HTML Email Template that works fine in most email clients. As expected, I have alt and title attributes in different elements.
My problem is that GMAIL is reading those alt or title a...
Tuatara asked 25/2, 2020 at 20:59
1
Solved
When creating HTML5 animations, is there a technique that can be used to "synchronize" the alternate text so that screen-readers reads the given element that appears the moment it appears (or trigg...
Breslau asked 18/12, 2015 at 2:48
3
Solved
I’ve got the following CSS to add a PDF icon to any link that links to a PDF:
a.pdf-link:after { padding-left: 2px; content: url(../images/icon-pdf-link.gif);}
Is it possible to put some title a...
Monostome asked 9/5, 2011 at 22:26
4
How can we add blank alt tags to the Google map tiles (generated by v3 api) so that they do not lower our accessibility score?
http://berkeley.edu/map/googlemap/
Battik asked 21/12, 2013 at 0:42
1
Solved
I'm adding alt attributes to all my images to improve SEO/screen reader performance.
Per best practice, images that are purely aesthetic should have an empty alt attribute alt=""so screen readers ...
Wrung asked 26/6, 2017 at 16:36
2
Solved
When you write an alt you should have a few things in mind. One of this thing suggests using an empty alt="" when the image content is decorative or contain a repetitive information.
But what the ...
Aiden asked 21/6, 2017 at 13:27
2
Solved
We are running a website and have 3rd party tracking pixels, but we're receiving alt attribute errors when doing a webaim/WCAG 2.0 scan on our site.
I'm not sure if in this situation the tracking...
Relative asked 3/11, 2016 at 19:35
2
Solved
Let's say I have an image like the one below.
According to WCAG, this image is functional because it links the user to another page. It seems like I should put the destination of the link in the ...
Selftaught asked 18/1, 2017 at 20:40
6
Solved
Does the title attribute in a link do the job of the real text in the link for SEO?
i.e
<a href="..." title="Web Design">Web Design</a>
is it the same as:
<a href="..." tit...
2
Solved
This is a very (very) specific question, but would it be appropriate to use the alt attribute for a pre tag when using that to show ASCII art? It's essentially like an image (which wouldn't be inte...
Redress asked 26/11, 2015 at 2:27
2
Solved
To make my inline SVG image more searchable by google, can you add alt/title properties/attributes within svg elements such as "path" "circle" "line" etc?
I already kn...
0
I have a react app where I'm using alt for the flux architecture side of things.
I have a situation where I have two stores which are fed by ajax calls in their corresponding actions.
Having re...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.