The alt-text tag has no wiki summary.
-4
votes
2answers
105 views
Images use title text, not alt text [duplicate]
Possible Duplicate:
Also use alt tag as title on images
Alt text does not produce tooltips on Chrome (and maybe other standard compliant browsers).
The alt attribute specifies alternate ...
4
votes
2answers
222 views
Markdown image alt-text is not escaped, resulting in the image not being displayed
I was editing here.
Problem #1: the curious behavior of images with angle brackets in the alt-text
Post content:
![figure demonstrate the use of ->][1]
[1]: http://i.stack.imgur.com/sUIH0.gif
...
4
votes
2answers
256 views
Can we get rid of the default text “enter image description here”?
When I just viewed this answer, I got two lines with "enter image description here" for almost 10 seconds. Then, it seems, imgur decided to provide the actual images. This happens from time to time, ...
0
votes
0answers
182 views
Report total number of question views not as alt-text on mobile devices?
Hello all-
I was using my phone to check in on a question I asked that has over 1000 views. I was curious exactly how many views there were, but it's measured in kviews. On a PC I could just use ...
3
votes
1answer
111 views
Make editor toolbar more distinct when images are turned off
If I turn off automatic image loading in my browser, which happens to be Firefox if that's relevant, the editor toolbar buttons become invisible and the toolbar itself quite indistinct.
Here's an ...
-4
votes
1answer
297 views
Use the image URL as default alt text?
Since today the image uploader inserts an image using:
![enter image description here][http://i.stack.imgur.com/blah]
I'm sure that the previous default value, alt text, made no sense and almost ...
14
votes
3answers
278 views
Encourage people to use alt text
People should be encouraged to use alt text when they upload images to questions or answers.
Even experienced users with 110K rep have forgotten to do so at least one times.
A tooltip would be ...
5
votes
0answers
108 views
Can the ALT text for the checkmark be more specific?
When I go to a SE site on my phone (using Opera Mini 4.2), I can accept an answer by clicking the text "accept".
However, after accepting, it still says "accept". Since the switch over to using ...
5
votes
1answer
64 views
Ad image alt-text should show company or product name
I've noticed several ads recently that don't clearly offer any information about the product, service, or company they're advertising. Occasionally the ads are eye-catching and I'd like to know what ...
4
votes
3answers
185 views
Also use alt tag as title on images
When linking to an image using the Markdown Syntax
![alt text][1]
The alt text gets added as the "alt" attribute on the img tag, which is correct. It would be nice if it could also be added as the ...