Cookbook /
Accessibility
Summary: Accessibility Enhancements
Version: 1.0
Prerequisites: None
Status: Active
Maintainer: Guy Moreau
Discussion: Accessibility-Talk
Categories: Markup
Questions answered by this recipe
- how can I make PmWiki more accessible?
Description
Some markup enhancements to help make PmWiki more accessible.
Notes
This cookbook has a goal of incorporating accessibility features into PmWiki.
Release Notes
- uploads the accessibility.phpΔ file to your cookbook folder
- add 'include_once "
$FarmD
/cookbook/accessibility.php"' in your config.php file.
Use
Currently this adds the abbr and acronym markup that represent the corresponding HTML tags.
(:abbr 'Long form' 'shortform':)
(:acronym 'Long form' 'shortform':)
Future Plans
I plan on including more HTML tags that enhance accessibility including table tags.
See Also
- Form Extensions To make your forms more HTML compliant.
Contributors
Comments
See discussion at Accessibility-Talk
User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.