The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby on Rails and web accessibility

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eric Stewart

Posts: 72
Nickname: estewart
Registered: Dec, 2003

Eric Stewart is software developer from Austin, Texas.
Ruby on Rails and web accessibility Posted: Nov 21, 2005 1:30 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Stewart.
Original Post: Ruby on Rails and web accessibility
Feed Title: Ponderings On Ruby
Feed URL: http://blog.eric-stewart.com/category/programming-ruby.rss
Feed Description: This is the Ruby related section of Eric Stewart's weblog. These entries will be the commentary of a long time Java/C++ programmer that started exploring Ruby in 2003.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eric Stewart
Latest Posts From Ponderings On Ruby

Advertisement

It so happens that much of the web work I have done in the past (and at present) has had a strong accessibility requirement. Most of the standard accessibility techniques are not difficult, improve usability anyway, and encourage use of standards.

Certainly there are many wrenches to through into the accessibility cogs. Javascript and Ajax are two big ones right now that make things more difficult. But from what I can tell they can be utilized also with careful design (and knowledge of degradation techniques).

In any case, since I enjoy the Ruby on Rails platform so much these days it seems natural to want to bring tools that help the average developer create a more accessible site.

The first of those I will make available soon. Last night I wrote a custom assertion plugin for rails called assert_accessible that works like and is based on Scott Raymond’s1 assert_valid_markup plugin. It still needs some polish and cleanup before I put it up for everyone to use.

assert_accessible sends the last page rendered through a get or post call in your rails test to the WebAim accessibility validator and fails on any errors.

I’ll hopefully have something publically available later this week and have more ideas in mind. Stay tuned!

1 See Scott’s post about this

Read: Ruby on Rails and web accessibility

Topic: Eric on Rails Previous Topic   Next Topic Topic: Heading to San Francisco, CA. Meet Up?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use