WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Duplicate linkage

for

From: Steven Henderson
Date: Sep 1, 2009 9:10AM


I was wondering the same thing myself, Simius.

And like Jared, I like to avoid redundant code as much as possible, but find
it all too easy to then consider merging elements such as a heading and a
link. God, I hate these modern day semantic bottlenecks and there bloated
workarounds.

With your feedback, I am thinking for the purposes of a dozen portfolio
items, that a list of linked images would work best with a simple span
instead of a heading. Your thoughts? Do I lose anything in ditching
headings?

Steven





-----Original Message-----
From: <EMAIL REMOVED>
[mailto: <EMAIL REMOVED> ] On Behalf Of Simius Puer
Sent: 01 September 2009 15:52
To: WebAIM Discussion List
Subject: Re: [WebAIM] Duplicate linkage

Hi Steven

Where sites are managed manually it is usually just down to lazy coding.
It's easier to write the CSS for a separate image and text link...easy but
lazy, unprofessional and not very accessible.

Most bigger sites where you see this it's the result of some default CMS
output. Many of these have built in publishing modules that output the code
badly (again, usually because the people writing the CSS, aka "themes", are
too lazy to put the effort in). They can be changed in most cases but
that's down to the skill and attention to detail of the people configuring
the CMS.

Having links inside heading is also not usually a great idea.

overall, it's not good practice from any angle.

...Now, just wait for some bright spark to say "well, everyone else is doing
it" ;)