question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

the image has the ALT

See original GitHub issue

the tag <IMG> has alt… but with diferrent text… please change the description so peolple not change the Alternative Text

Challenge Add Images to your Website has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:


<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>
<img src="https://bit.ly/fcc-relaxing-cat" alt="Texto Alternativo se a imagem não for encontrada">
<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
sinahwzcommented, Jun 21, 2017

@QuincyLarson Not really… have been quite busy lately. but as I recall the problem was not there in the local setup. I will try to check it out again asap. 😃

1reaction
sinahwzcommented, May 4, 2017

@QuincyLarson Can I try to make the improvement?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Image Alt Text: What It Is, How to Write It, and Why It Matters to ...
Also called alt tags and alt descriptions, alt text is the written copy that appears in place of an image on a webpage...
Read more >
How to Check If an Image Has Alt Text in 2 Easy Ways
You can check if an image has alt text by turning on a screen-reader and selecting the picture to hear how it's described....
Read more >
image-alt - Accessibility Insights
If an image has an empty alt attribute, the image is identified as decorative and ignored. If an image has no alternative text...
Read more >
Write good Alt Text to describe images | Digital Accessibility​
Alternative (Alt) Text is meant to convey the “why” of the image as it relates to the content of a document or webpage....
Read more >
HTML img alt Attribute - W3Schools
Definition and Usage. The required alt attribute specifies an alternate text for an image, if the image cannot be displayed. The alt attribute...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found