Test Start

functional_image.png This image is non-decorative, but the image name was specified for the alt text.

Test End

Rule References

Rule Pass IDs Fail IDs
Rule 27 none
  • id1

Calculations

No calculations for test 29

Test Description

  • This test contains an image with an image file name specified as the alt text.

Test Markup

User Agent Implementation

No user agent implementation information.

HTML Source Code


<div class="wrapper">
   <p><img id="id1" src="http://www.oaa-acessibility.org/media/testsuite/images/functional_image.png" alt="functional_image.png"/> This image is non-decorative, but the image name was specified for the alt text.</p>
</div>

CSS Code


div.wrapper {
  margin: 20px;
  padding: 10px;
  overflow: visible;
  background-color: #faf7f0;
  border: 1px solid #880000;
  -webkit-border-radius: 10px; /* Safari and Chrome rounded corners */
  -moz-border-radius: 10px; /* Firefox rounded corners */
  border-radius: 10px; /* Opera rounded corners */
}