Try ATRC Web Accessibility Checker (http://checker.atrc.utoronto.ca/) you can select multiple standard of accessbility:
- BITV 1.0 level 2 (Germany standard) - Section 508 (US standard) - Stanca act (Italy standard) - WCAG 1.0 (A, AA, AAA) - WCAG 2.0 (L1, L2, L3) and they have some examples for the failed problem. :) Webagogo (http://www.webagogo.be; website analysis) needs all of those criteria to be valid..(just kind of a game..)..but useful for disable people.. for the data/form presentation, I agree to use fieldset, legend, label, input, accesskey, tabindex, table summary, caption, with the help of CSS.. On 6/11/08, Miles Menegon <[EMAIL PROTECTED]> wrote: > > Use fieldset, legend, label, input and CSS. Make sure each input has a > label. I would suggest checking your form with the WAVE toolbar for > accessibility (http://wave.webaim.org/) > > M > > ------------------------------ > ** > -- Regards, Dani Iswara http://daniiswara.net/ ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
