- Accessible Documents in HTML, Word & PDF by @terrillthompson from the Digital Accessibility Expo.
- Open letter to to U.S. House of Representatives Committee on the Judiciary by @johnfoliot with feedback & accessible testimonies from a government hearing on digital accessibility.
- Are sprites accessible?
- Accessibility BOF (birds of a feather) Notes from DrupalCon in San Francisco.
- Cognitive Web Accessibility Assessments: Lessons Learned So Far
- Designing Accessible & Usable App UI for Mobile Phones - slides from #CSUN10 presentation by @berryaccess
- W3C update to HTML5: Techniques for providing useful text alternatives by @stevefaulkner.
- An ode to 'Click here' and to other phrases forcing reading back for context.
- Juicy Studio Accessibility toolbar is updated by @gezlemon. Supports ARIA, color contrast, more. (Firefox)
- U.S. Access Board's proposed 508 & 255 standards & guidelines (Draft Information and Communication Technology (ICT) Standards and Guidelines)
- Expand and collapse content accessibly with progressive enhancement, jQuery, and ARIA
- Do I Have to Learn Programming to Make My Site Accessible? (Even Grounds)
- Slide presentations from W4A (7th International Cross-Disciplinary Conference on Web Accessibility)
- Expand and collapse content accessibly with progressive enhancement, jQuery, and ARIA.
- White House promising more attention to 508
- Do we need a new game plan to make the Web accessible? (be sure to read comments)
Friday, April 30, 2010
Link Roundup - April 2010
Saturday, April 24, 2010
Adding ARIA Landmark Roles
An ARIA landmark role is simple an attribute added to a (probably) already existing tag in your site. For example, to add a search role, simple add the attribute
role="search"
to the tag which contains the search content (the div, fieldset, etc).Here are some basic landmark roles with links to the W3C definitions:
- banner - usually the main header of your site; the area with logo, slogan, etc.
- complementary - supporting section of page, separate from the main content, like a sidebar.
- contentinfo - area that contains information about the site such as copyright lines and links to privacy notices (i.e. page footer).
- main - the main content; area with central topic of the web page.
- navigation - a section for navigating the site.
- search - a section with a any type of search tool.
In the following example, four landmark roles are used to create a basic page structure.
<div role="banner">
[header content]
</div>
<div role="navigation">
[nav content]
</div>
<div role="main">
[main content]
</div>
<div role="contentinfo">
[footer content]
</div>
Addendum
If more than one type of role is implemented, use the aria-labelledby attribute to give each a unique name. Here's an example from this web page which has two navigation role attributes.
<div role="navigation" aria-labelledby="prevpostsLabel">
<h2 id="prevpostsLabel">Previous Posts</h2>
<div role="navigation" aria-labelledby="archiveLabel">
<h2 id="archiveLabel"><label for="archivemenu">Archives</label></h2>
Tuesday, April 6, 2010
Podcast #80: Web Accessibility Successes
Dennis and Ross review a few excellent web sites. Each provides great accessibility as well as being standards-compliant.
Download Web Axe Episode 80 (Web Accessibility Successes)
Announcements
- Ross' relaunch of 3.7 Designs
- Assistive Technology Boogie (Flash) by Inclusive Technologies
- Volunteers/donations wanted for transcribing Web Axe podcasts
- CSUN was great! A few of the many folks Dennis met and hung out with:
- Future Midwest Detroit
News & Articles
- iPad releases — accessibility
- HTML5 + Quake
- Canvas element is powerful, also huge accessibility concern
- When ever you use :hover, also use :focus
- Microsoft offers UK users a choice in browser
- Hat tip to all the techie 2010 April Fools Day jokers!
Main Segment
Testco
- In 2001, a new easy-access version of Tesco.com was launched, making the online shopping service available to a higher number of customers. In 2002-3, the web-based business made a profit of £12.2 million, more than 30 times that made in the previous year.
- Reference: 3 case studies on Universal Design.
Sydney For All
- Won 2009 Vision Australia award for web site accessibility.
LF Legal
- Developed by Mike Cherim
- Article on 2-year Anniversary
- Built on WordPress!
Friday, April 2, 2010
Interview with Jennison by Steve
- Jennison Interview - Part 1
- Jennison Interview - Part 2
- Jennison Interview - Part 3
- You can also find Jennison on LinkedIn.

Tuesday, March 30, 2010
Link Roundup including CSUN - March 2010
- Be Kind to the Color Blind - ColourLovers
- Why Captioning? - Stanford University
- Stop Using JAWS for Web Accessibility Testing? - Clear Helper
- Making the mobile internet accessible for all - ComputerWeekly
- NCAA college basketball tournament bracket - Terrill Thompson
- Problems with CAPTCHA and audio CAPTCHA alternative - groups.drupal
- What Is A Braille Display And How It Is Used - Even Grounds
- Call for speaker proposals for "13th Annual Accessing Higher Ground" conference. First round due April 2.
- Why websites shouldn't accommodate disabled users - by Pete Love (e.g. use universal design)
- Accessibility Review: Target.com - by Joe Dolson (post lawsuit)
- Screen Readers And WAI-ARIA Landmark Roles - Léonie Watson
- Variations on Ginader's [Awesome] Accessible Tabs - Accessible Culture
- Accessibility of Links by Steve Grobschmidt
- Web Accessibility Preferences Are For Sissies? - WebAIM
- Boston Accessibility Unconference is May 15
- Web Accessibility Fears and Ways to Conquer Them - Even Grounds
CSUN Summaries
- CSUN Conference 2010 - great summary by Nicholas Zakas
- Insights into the 25th Annual International Technology & Persons with Disabilities Conference - The DAISY Planet
- CSUN 2010 recap - Marco of Mozilla
- More Audio Coverage of CSUN 2010 - Blind Bargains [no transcriptions]
- CSUN photos from Dennis - a dozen or show snapshots
CSUN Presentations
- Stanford Captioning System: A Workflow Model for Producing Captioned Media - includes link to PDF of presentation
- Download the Adaptech presentation on social media use & accessibility; view the entire survey, too.
- Importance of Accessibility for a Successful and Future-Proof Business - Artur Ortega of Yahoo
- Accessibility of Twitter - by and Joseph O'Connor and Dennis Lembree
Addendum
- Adobe Slides from CSUN 2010 Talks
- DAISY Consortium's Presentation at CSUN (captioned video)
- Point-and-Chat info and presentations (AAC application)
- Presentations from WebAIM - great stuff!
Saturday, March 6, 2010
Podcast #79: CSUN 2010 Preview
Dennis and guest Jennison Asuncion discuss the upcoming CSUN conference, formally titled The 25th Annual International Technology & Persons with Disabilities Conference. Discussion includes helpful hints about the conference, session previews, and special events. The event is March 22-27 at the Manchester Grand Hyatt Hotel in downtown San Diego, California.
Download Web Axe Episode 79 (CSUN 2010 Preview)
Related Links:
Monday, March 1, 2010
Twitter Roundup - February 2010
- Fun, and it's accessible Flash! (direct Flash link) Assistive Technology Boogie
- Study on Accessible Twitter on the Kindle from Sarah Bourne
- Open Government and Accessibility - How Open is Open? (see comments too!)
- Freedom of Choice - on browsers and assistive technology (see comments too!)
- Making Your Web Colors Visible For All – Five Color Accessibility Tools from SitePoint
- Screen Reader Support For Disabled & Read-Only Form Fields from Tink
- Section 508-WCAG mappings: http://bit.ly/cYBqIL, http://bit.ly/a6ulQz, http://bit.ly/9jHYL4
- Join the Yahoo! accessibility group
- Resources on cognitive web accessibility research
- Remaking the Persona of the Physically Challenged
- Accessible Twitter: Advancement through technology by @LeonieWatson
- What is Unclear About Captioning?
- How should Web browsers render alternative text?