Book Excerpt: Drupal User's Guide: Building and Administering a Successful Drupal-Powered Web Site
Chapter 17: Accessibility
Creating Accessible Content
Building an accessible site is a lot easier when you know the qualities of an accessible site and how these qualities help different kinds of site visitors. Sometimes it’s hard to “see” where the problems are if you don’t have problems seeing. To make it easier to evaluate your site without having to be an expert in accessibility, there are a number of automated testing tools you can use on your site. Some things, such as the clarity of the language on your site, will still need to be checked “by hand.”
There are two main sets of Web accessibility guidelines: Web Accessibility Initiative (WAI) guidelines and, in the United States, Section 508 of the Rehabilitation Act. Although these two sets of guidelines are not mutually exclusive, building a site that complies with the highest level of accessibility using the WAI guidelines will often create a Section 508–compliant site.
The Web Content Accessibility Guidelines in the WCAG address the four principles of accessibility.
Can the information be easily perceived (or “seen”)?
Can the software (Web site) be easily operated (or “navigated”)?
Is it easy to understand the content?
Is the content robust enough to be interpreted by a wide range of browsers and assistive technologies?
Appendix F includes the points for each of the accessibility guidelines.
Once you’ve built your site (ideally while you’re building your site), you will need to check to see whether you have met all the guidelines required to declare your site “accessible.” You can check every point by hand using the checklists for each set of guidelines, but there are also a number of automated tests that will make testing a lot easier and a lot more accurate. Ultimately, you will need to conduct user testing with assistive devices to guarantee you have created an accessible site. Using the check lists and at least two automated test suites will find most of the problems in your site.
Accessibility Check Lists
Check lists make the world a lot easier. They allow you to quickly review the work you have done and confirm it is complete. Completing a check list does not prove conformance with Section 508 or the WCAG guidelines, but it will help you to make sure you have considered each of the points.
Accessibility Guidelines for Drupal 7: WCAG 2.0 and ATAG 1.0 (http://groups.drupal.org/node/18595)
WCAG 1.0 Checklist (http://www.w3.org/TR/WCAG10/full-checklist.html)
WCAG 2.0 quick reference (http://www.w3.org/WAI/WCAG20/quickref/)
WCAG 2.0 Checklist, HTML format (WebAIM) (http://webaim.org/standards/wcag/checklist)
WCAG 2.0 Checklist, Microsoft Word or PDF (web usability) (http://www.usability.com.au/resources/wcag2checklist.cfm)
Section 508 Checklist (WebAIM) (http://www.webaim.org/standards/508/checklist)
Easy to See
An image is only worth a thousand words if you can see it. In your text, describe the concept you are displaying thoroughly so that people who can’t see the image can still understand what you’re saying. Within the image tag itself, use an alt attribute to describe what the picture is showing. If you are uploading videos, provide a transcript of the video for those who can’t hear or don’t have the necessary plug-ins to view the video. For more information on how to make rich text accessible, take a peek at the Accessible Rich Internet Applications (ARIA) guidelines (http://www.w3.org/WAI/intro/aria.php). This applies to JavaScript-rich sites as well.
Screen readers can’t guess what an image is. To make this content accessible to all of your site’s visitors, you need to provide a text description for every image you upload to your site. When you upload an image, Drupal will prompt you to add alternate text (Figure 17.2). You just need to fill in the box.
If you are adding an image to a Web page without using the Image widget, you will need to remember to include an alt attribute that describes the image. If the image in Figure 17.2 were being added by hand, the HTML would look like this:
Figure
17.2
The Image upload widget will prompt you to add an alternate description of the image once it has been uploaded.
Video, audio, and other “rich media” files need to have transcriptions. To make video even more accessible, you can add captions for the hearing impaired. Additional information on video captioning can be found at http://www.webaim.org/techniques/captions/. YouTube also offers specific guidelines on how to add captions to the videos you upload to its site (http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=100077). Transcripts and subtitles can also be translated, making your content even more accessible to people around the world.
Easy to Operate
There are lots of different ways you can make your site easy to use, but the most obvious is the actual navigation system. Make sure your navigation is keyboard accessible. Navigate to a page on your Web site and press the Tab key. The first navigation element should appear highlighted or at least have a tiny dotted box around it. Wherever possible, avoid fly-out (also known as drop-down) menus that open in more than one direction. I don’t have mobility issues, and it still takes me at least two swings at a menu to hit the right menu item.
Computer programs can read only the information they are provided. Web browsing software can display visual enhancements for sighted visitors, but these enhancements don’t mean anything to a computer program unless the meaning is explicitly included with proper HTML tags in the Web page.
Screen readers can build in-page tables of content from the HTML heading tags that are used on the page. This allows visitors with screen readers to scan headings instead of having to listen to every single word. (Imagine if you had to read every single word of this book because there were no headings and no index. Yucky, right?) Content subsections should use heading levels h2 to h6 as appropriate. h1 is reserved for the title of the page—your theme will insert this tag for you.
Easy to Understand
Writing good content takes practice. Some people even go to school to learn how to write (we often refer to them as “authors” or “journalists”). Writing on the Web is not like writing for print. On the Web you need to write your text so that it is very easy to scan.
Use subheadings to break a long page into multiple sections.
Use bullet and numbered lists to break key ideas into easily digested information.
Add illustrations, diagrams, and photos to enhance your message, but never use graphics to replace the written word.
Add definitions for acronyms and other industry-specific jargon.
Avoid the overuse of contractions (wouldn’t, can’t) and local slang or phrases (for example, “that’s sik,” which means “good”; “sick” is ill, which used to be good; and sic, which is still known to be wrong).
Read your page out loud before publishing it to the Web. This will help you spot errors. For larger Web sites, hire a professional editor. No matter how good you are, an editor will make your writing better.
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
Web Development News
Developer Poll
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- New Products
- Linux Systems Administrator
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Web & UI Developer (JavaScript & j Query)
- Designing Electronics with Linux
- Dynamic DNS—an Object Lesson in Problem Solving
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Using Salt Stack and Vagrant for Drupal Development
- Reply to comment | Linux Journal
2 hours 13 min ago - Reply to comment | Linux Journal
2 hours 29 min ago - Favorite (and easily brute-forced) pw's
4 hours 20 min ago - Have you tried Boxen? It's a
10 hours 12 min ago - seo services in india
14 hours 44 min ago - For KDE install kio-mtp
14 hours 45 min ago - Evernote is much more...
16 hours 45 min ago - Reply to comment | Linux Journal
1 day 1 hour ago - Dynamic DNS
1 day 2 hours ago - Reply to comment | Linux Journal
1 day 3 hours ago







Comments
----- http://ai.vc/zd
----- http://ai.vc/zd -----
Hi,Dear Ladies and Gentlemen,
1. sport shoes : Jordan ,Nike, adidas, Puma, Gucci, LV, UGG , etc. including women shoes and kids shoes.
2. T-Shirts : BBC T-Shirts, Bape T-Shirts, Armani T-Shirts, Polo T-Shirts,etc.
3. Hoodies : Bape hoody, hoody, AFF hoody, GGG hoody, ED hoody ,etc.
4. Jeans : Levis jeans , Gucci jeans, jeans, Bape jeans , DG jeans ,etc.
----- http://ai.vc/zd -----
----- http://ai.vc/zd -----
Service is our Lift.
enjoy yourself.
thank you!!
::∴★∵**☆.∴★∵**☆.∴★∵**☆.
█████.::∴★∵**☆.∴★∵**☆.
█田█田█::∴★∵**☆.∴★∵**☆.
█田█田█.∴★∵**☆.∴★∵**☆.
█田█田█∴★∵**☆.∴★∵**☆.
█田█田█.★∵**☆.∴★∵**☆.
█████.*******************
◢██□██◣.~~~~~*^_^*
Thanks for posting this.
I am a partially blind Linux user, and what minimal vision I have *could* possibly fade away in the future. Sadly, in many places I have seen anger directed toward individuals with disabilities when the subject of accessibility arises (there were some particularly harsh words typed by people on different Web sites when blind individuals simply asked if they would be able to use the iPhone).
I think that accessibility is very important--not just for blind individuals, but for other disabled computer users as well. I have a hard road ahead of me as I want to pursue a career in the IT field, and accessible content will make the achieving of this goal much easier for myself as well as for others. The task of proving to certain employers that a blind person is capable of doing something will be difficult enough. :)
I am just grateful for all of the strides taken in the Linux world toward accessibility I am able to use Linux for everything!
Thanks for this post, and keep up the great work.
thanks for this notice
I really like the drupal platform,
thanks for this notice
What about SEO?
Loved the post, lots of really good content. I'm particularly happy that you mentioned something I tell people to do all the time: READ YOUR CONTENT OUT LOUD BEFORE PUBLISHING! You would be amazed at how often this will catch the lionshare of mistakes you're likely to make prior to publishing something on the web.
I didn't see anything mentioned on SEO for drupal here, perhaps because this is simply a chapter on accessibility. There's a great Drupal module on the drupal.org site, http://drupal.org/project/seo_checklist.
Also, for anyone in the bay area that's interested, I run an SEO Training Class in San Francisco.
Tommy