NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Bobby (Score:2)
There is Bobby [watchfire.com] which is Java based. It's not perfect but it's good at pointing out possible problems.
Bobby tests for both W3C WAI [w3.org] or US 508 [section508.gov], but it's not perfect. I don't know of other tools, if anyone else does I'd like to know about them.
I beleive that Betsie [sourceforge.net] the BBC's screen reader is Perl based, and open-source, but it's a little antiquated and it does struggle with really awful sites.
I believe that use Perl; hijacks the title tag to show the TLD of the link, if you have your settings configured t
-- "It's not magic, it's work..."
Re:Bobby (Score:2)
Decided a better name for the module might be HTML::Lint::Accessible seeing as it really is just an extension of HTML::Lint [cpan.org].
Re:Bobby (Score:2)
I've used Bobby on and off for a while. It's not perfect, it often says thinks like "have you checked this?" rather than tell you anything specific. As a result it reports both false positives, and misses actual problems, but it's a good first line.
I think that the more recent HTML Tidy [sourceforge.net] does some WAI checks too. As it's now a c library, and accessabile from Perl, (HTML::Tidy [cpan.org]) that's another avenue to look at.
At the end of the day, automated tools can only go so far, but they are a good place to start.
It's nice to know that there is at least one more person thinking about accessability.
-- "It's not magic, it's work..."
Reply to This
Parent
Re:Bobby (Score:2)
Re:Bobby (Score:2)
This is true, it's an automated tool, and it can't know if object on the page is accessible, important or trivial padding. It's a good first line, but that's all.
Many web automated web page creation tools do produce awful and inaccessible web pages, so at the end of the day all pages need to be checked by hand to be sure that they are good. Like you said simple minded rules in Dreamweaver are not going to make web sites accessible, people need to think for them selves to produce good sites, instead of rel
-- "It's not magic, it's work..."