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

Read more links (hompage-alt.html) #15

Closed anormand closed 12 years ago

anormand commented 12 years ago

Problem:

The repeated links ‘Read more’ might create confusion depending on its code context.

Note: This same issue has been addressed in index.html

WCAG Guideline

Success Criteria 2.4.4 - Link Purpose (in Context)

The purpose of each link can be determined from the link text alone or from the link text and it’s context.

Remedy:

Ensure that the surrounding code gives the link context or change the link to match the news item title.

Example:

Change `

Item One

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

          <a class="button" href="#">Read more #1</a>`

to `

Item One

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Read more #1

`