Re: section 508 compliance to Perl-generated forms?
[email protected] (Greg Jetter) Fri, 15 Aug 2008 19:26:11 -0800
| Newsgroups | perl.beginners.cgi |
|---|---|
| Organization | Alaska internet solutions |
| Message-ID | <[email protected]> |
On Friday 15 August 2008 6:31:56 am mike wrote: > Hello, > I have a number of Perl CGI scripts that generate html forms that > need to be made 'Section 508' compliant. I have combed CPAN and > perldoc but haven't been able to find any way to do this, e.g. with a > module. Can anyone send me in the proper direction? Thanks very > much. > Mike You just have to conform to the standards published here :http://www.section508.gov/index.cfm?FuseAction=Content&ID=11 your generated forms must contain content that is accessable by the visually impaired . That can be as simple as alt tags for graphics and images . I know of no module that dose this for you , Greg