jinky32 / my3-fed-repository

0 stars 0 forks source link

Imagery - Alt Text #14

Open jinky32 opened 9 years ago

jinky32 commented 9 years ago

Requirement: All images must carry alt tags.

Why is this required? If an image is published without an alt tag then a screen reader would inform the user that there is an image on the page, but would not be able to give them any information about it, causing frustration.

Exceptions: If images are decorative or a background CSS image, then the alt tag must be left empty (i.e. alt=””).This tells the screen reader to skip the image. If an image has a caption with a sufficient description, then it is acceptable to leave the alt tag empty.

Requirement: when image links are adjacent to text links to the same destination, the image and text links MUST be combined and an empty alt tag used.

Why is this required? This reduces the number of links that screenreader users and keyboard users have to navigate

papafed commented 9 years ago

Please note that this only applies to elements: typically device images. Most other 'images' on the site are CSS-generated icons.