unimelb / The-University-of-Melbourne-Web-Templates

Web templates created for The University of Melbourne. Implementation details below:
http://brand.unimelb.edu.au/web/docs/
30 stars 18 forks source link

Google icon alt text #7

Closed anormand closed 12 years ago

anormand commented 12 years ago

Problem:

The Google icon in the translate pop-up is missing ALT text.

WCAG Guideline

Success Criteria 1.1.1 – Non-text Content

All images, form image buttons and image map hot spots have equivalent alternative text. Images that do not convey content, are decorative or with content that is already conveyed in text are given null alt text (alt=””) or implemented as CSS backgrounds. Form inputs have associated labels.

Remedy:

Add ALT text to the image.

Example

Change <img src="http://translate.googleapis.com/translate_static/img/mini_google.png" style="position: relative; top: 5px;">

to <img alt="google" src="http://translate.googleapis.com/translate_static/img/mini_google.png" style="position: relative; top: 5px;">

ptagell commented 12 years ago

Interesting - I thought we'd fixed this. Will investigate.

On Thursday, 16 June 2011 at 3:03 PM, anormand wrote:

Problem:

The Google icon in the translate pop-up is missing ALT text.

WCAG Guideline

Success Criteria 1.1.1 – Non-text Content

All images, form image buttons and image map hot spots have equivalent alternative text. Images that do not convey content, are decorative or with content that is already conveyed in text are given null alt text (alt=””) or implemented as CSS backgrounds. Form inputs have associated labels.

Remedy:

Add ALT text to the image.

Example

Change <img src="http://translate.googleapis.com/translate_static/img/mini_google.png" style="position: relative; top: 5px;">

to <img alt="google" src="http://translate.googleapis.com/translate_static/img/mini_google.png" style="position: relative; top: 5px;">

Reply to this email directly or view it on GitHub: https://github.com/marcom-unimelb/The-University-of-Melbourne-Web-Templates/issues/7

anormand commented 12 years ago

This is an old one from my report audit-report-marcom-templates-0-9-2.docx that we went through together last week.

The are a number of other things that I thought we changed which aren't in 0.9.3 including the repositioning of the More button and the label for 'Translate this page'.

kolber commented 12 years ago

These issues were lost somewhere in our commit history. They have been restored and will be released this afternoon.

anormand commented 12 years ago

Still not fixed in 0.9.4

kolber commented 12 years ago

This sits separately to the templates (within injection), so is being deployed this afternoon.

kolber commented 12 years ago

This has just been deployed.