Accessibility and Common Sense

Claude AlmansiBy Claude Almansi
Editor, Accessibility Issues

Technology and technology guidelines are very important in implementing accessibility. Yet accessibility is not a technology issue — it is a common sense issue, both because it is logical and because making things as accessible as possible for as many people as possible becomes an obvious necessity once you “sense in common” with the other person, put yourself in his or her place.

Accessibility in 3D life

(I am not sure if what follows makes sense to readers in America, as accessibility in real life seems to be part of the American culture.)

People without motor disability usually don’t notice steps at the entrance of public buildings or toilet doors too narrow for a wheelchair. If you are in one, or often accompanying a person in one, you do. Builders’ decisions at times can lead to strange absurdities, though they know about accessibility rules and architectural technology. For instance, in 2000, a grand accessible toilet was added to the Museo d’Arte in Lugano (CH), while at the same time accessing the museum in a wheelchair was made well-nigh impossible by adding of a visitor-counting turnstile at the main entrance: people in wheelchairs had to be carted by on a spiral staircase up to a back door.

True, building decisions were made by the town administration, which, though it had a public works departments where people should know the rules and the technology to implement them, was not known for its common sense — in either meaning of the term. However, in 2001, after a protest by a disabled people’s association was taken up in the local media and caused questions in the local parliament, the administration finally provided a lift to the level of the back entrance for people in wheelchairs.

Computer accessibility: non-text objects

Guidelines for computerized and web content accessibility says that equivalent alternatives to auditory and visual content must be provided for deaf and blind people (see the first WCAG 01 guideline, for instance). For instance, if a video is used, this means captioning audio for deaf people and giving an audio description of nonverbal actions for blind people. Or at least, if this is not feasible, offer an alternative text transcript that can be read by both blind (through text-to-speech) and deaf people.

Alt attribute

Static images that convey information should be provided with an alternative content description: when a short description is enough, this can be done in the alternative content description attribute (alt=”description”) in the link that shows the image. This should be fairly simple: nowadays, authoring tools — be they desktop or online, like the one for this blog — prompt you to add such a description when you insert an image through the “rich text” editor (see Authoring Tool Accessibility Guidelines (ATAG) Overview and links therein), which will add the alt attribute.

Nevertheless, while the above-mentioned Museo d’Arte of Lugano gave in to public pressure about wheelchair accessibility, its website remains blithely callous in ignoring basic accessibility precepts, in spite of directives to make all public administration sites accessible. It still has a “no right click” script that disables the contextual menu, thus hampering people with motor disabilities, despite the long-averred uselessness of such scripts to prevent users from saving images (either by saving the whole webpage or by looking up the URL of a given image in the source code). And it uses text images without any alt attribute instead of normal text for its navigation. Therefore, if you view the homepage in “replace images by alt attributes” mode in order to get the same content a blind person using a screen reader would, the result is:

As all texts are presented as gifs of text images WITOUT alt attributes in this page, you only see the word HOMEPAGE

Empty alt attribute

If the image is purely decorative, you still provide an alt attribute, but you leave it empty (alt=””): this way the text-to-speech just ignores it. Nevertheless, there are websites that use the empty alt attribute (no description) for images that convey information (and vice versa add a useless description for decorative images, which means that the screen reader will read a lot of bunk).

Limits of automated accessibility checkers

Automated accessibility checkers are very useful to spot accessibility problems. But as they only check the source of the page, they won’t fail a page for inappropriate uses of the empty alt attribute — they will just suggest you check that the image really doesn’t convey information. Maybe at times the empty alt attribute is deliberately used to pass the automated check, for instance if laws or regulations state that a given type of computerized content (educational in particular) must apply accessibility guidelines and if this is only checked with an automated program.

Embedding an inaccessible page into a frame is another way to bypass automated accessibility checks. www.mantecausd.net (mentioned in Microsoft Case Studies: Manteca Unified School District) does pass Priority 1 level of accessibility with the CynthiaSays checker, in spite of evident lack of alt attributes (and misuses of the empty alt attribute in some cases). But it does so thanks to the use of frames. What the checker reads is the source page, which only says: “Welcome to the Manteca Unified School District. Our site uses frames, but your browser doesn’t support them.” The realcontent is in http://manteca.schoolspan.com, which is embedded in a frame of www.mantecausd.net. CynthiaSays does fail http://manteca.schoolspan.com for the lack of alternative description, but a hasty check on just www.mantecausd.net might misleadingly give the impression that the page conforms to the Priority 1 level of accessibility.

Be it through the inappropriate use of the empty alt attribute or of frames, though, the result is that blind people don’t get the information conveyed by images. This is why it is so essential to apply common sense, to put oneself in the other person’s place

Accessibility in education

Fortunately, most educational web sites are designed for real accessibility to the greatest possible number of students, not just to pass automated accessibility tests. And while this can be time-consuming, it also offers great advantages to all students:


Designing for accessibility leads to greater educational usability

In the 3D world, removing — or better, avoiding from the beginning — architectural barriers to facilitate access for people in wheelchairs also improves usability for other people: mothers with a child in a pram, aged persons for whom the staircase access is too tiring, etc.

This is also true with designing computerized content with accessibility to the greatest possible number of users in mind. If you structure a text correctly, using hierarchical heading styles for subtitles (instead of just playing around with bold and font size) to make navigation easier with a screen reader for blind people, you can also automatically extract an interactive table of content. This is handy for everyone. And adding explanatory graphics to help people who have other, non-visual, text reading impairments (dyslexia for instance) will also help people who are more visually inclined.

The point is that accessibility leads to redundancy in order to cover as many cases as possible of disabilities. And hence it also covers different learning styles.

Teachers’ and students’ content

While main educational web sites tend nowadays to apply accessibility guidelines, course materials uploaded to a course management system or platform can at times remain an issue. It is therefore necessary to educate teachers about what accessibility does and does not entail and about simple tools to implement it (captioning etc.).

Web 2.0 and accessibility in education

Some education authorities are very wary of public Web 2.0 tools being used in schools, but usually because they fear they’d have to answer for students being exposed to inappropriate contacts and content. However, even when there is no such veto from the powers above, Web 2.0 tools can also present accessibility issues, especially for authoring. Jennison Asuncion has created the LinkedIn Web 2.0 Accessibility Forum where questions about these issues are discussed (you have to join, but anyone can).

Universal accessibility?

Some education authorities require that links to the Nth level be checked for appropriate content in course materials. This is not feasible, not even in the limited “non-pornographic” sense of “appropriate” they usually have in mind. Let alone for accessibility. Each person is different, and so it has been claimed that there is no such thing as universal accessibility because persons with a disability will each have different requirements. However, they will also each have their own way to address barriers.

Faced with a reading requirement presented as an image PDF, for instance, blind students are more likely than non-blind ones to think of putting it through an optical character recognition software to get a text version their text-to-speech can read — and to have such software on their computer. Yet why not start by giving the reading requirement as text to start with? It would be far more usable for everybody. One problem is that accessibility is often perceived as something very complicated and technological, “for geeks.” This is discouraging. So are some myths like “accessibility and usability are not compatible,” whose propagators at times allege to prove it by saying that “a black text on a black background,” like the one below1

This is an example of “black on
black” text that might pass automated accessibility tests.
But who – except kids wanting to write “secret messages”
– would do that?

would pass accessibility checks. Automated checks, maybe. But as explained above, automated checks are useful tools, but just tools.

So even if universal electronic accessibility is not concretely reachable, accessibility to the greatest number of people, according to their various capacities and impairments, must be the goal. To this end, there are some basic “common sense” design principles that are useful to all, and there are free, easy-to-use tools to implement them. And for fine-tuning, there are experts ready to answer questions. It is necessary to make people — and teachers in particular — who produce electronic content aware of this.

Pet bitch

One of the accessibility design principles is the already mentioned use of heading styles for titles and subtitles in a text, rather than messing about with character size and shape and bold and what-not directly on the text. See Using Headings Correctly in WebAIM’s Creating a Semantic Structure page.

Indeed, heading styles are semantic because they identify for others — not only for the screen-readers used by the blind — what you consider as main and subsidiary content, and they allow you to draw an interactive table of content2. Yet, somehow, it is at times difficult to convey the usefulness of headings, even to teachers and to people otherwise endowed with strong logical capacities. So why don’t blog platforms — this one included — almost never offer the possibility to choose heading styles in their visual editor while wiki platforms do?

Sure, authors can switch to the html version and add the necessary tags, as I have done here. But I can still remember the not-so-distant time when I had sworn I would never learn a single html tag, because I thought it was “geek stuff”. . .

______________________

1To view the text, just highlight the black box by mousing over it

2 Responses

  1. Loved your introductory proclamation that accessibility is a “common sense” issue rather than a “technology” issue. I’ve heard many a content developer state that couldn’t make their product/presentation accessible because it’s too technically complicated. Generally, if one has the skill to develop intriguing and high quality content, he/she also has the ability to make it accessible, or at least seek out assistance with making it accessible.

  2. Thom,

    “Too technically complicated” is also the argument that is often used in trying to make real-world buildings, etc. accessible. Therefore, persistence on the part of advocates of accessibility has been needed to override this attitude. It looks like the same will be true in the virutal world as well.

Leave a comment