我有一个要求,我的所有互联网和内联网网站是WCAG2.0级A和AA兼容到2015年底。现在,我只需要确定什么是/不兼容,以及要使其兼容需要付出多少努力。
如果phpMyAdmin是兼容的,那么我需要什么版本才能兼容?
如果phpMyAdmin不兼容,那么是否有哪个开发人员在朝这个方向工作呢?
发布于 2015-05-12 05:00:34
参考 http://demo.phpmyadmin.net/ RELEASE_4_1-1208-g286b31c
您可以通过对照WCAG检查表快速测试软件。http://webaim.org/standards/wcag/checklist
使用演示进行快速测试,我会在WCAG2.0 LevelA上失败。以下是几个原因,我觉得它失败后,大约15分钟的审查。看起来phpmyadmin有足够的问题,我不会试图让它抱怨。您最好用一些自己开发的工具来替换它,该工具为用户提供了足够多的工具来完成他们需要完成的工作-- WCAG兼容,或者只是培训您的家人如何使用mysql。
- Really doesn't seem to function too well or at all with keyboard. I'm not great with keyboard only controls but I don't seems to be able to get anywhere.
- Seems like keyboard is trapped in select a database/table frame on the left.
- Table links in the left frame are all title are "Structure" so these links won't be readily distinguishable.
- Further the EDIT, COPY, DELETE links on table row data doesn't distinguish which row it will impact. This alone would fail the whole app at Level A.
。4. 3.3.1 (A级)错误识别-错误以有效、直观和容易理解的方式提出。错误是明确识别的,提供了对问题元素的快速访问,并且允许用户轻松地修复错误并重新提交表单。
https://stackoverflow.com/questions/29222514
复制相似问题