Standards Compliance
Introduction
Forrest is still quite young, so there are known issues. Standards compliance is a definite major goal. Please send patches for the Forrest skin stylesheets to ensure such compliance.
HTML
Tested using the W3C HTML Validation Service (validator.w3.org). The index.html page of Forrest sites will have a link to this validator, unless the user has turned this off.
The "pelt" skin validates as HTML 4.0.1
The "tigris" skin validates as HTML 4.0.1
WAI
See Web Accessibility Initiative (WAI)
There are actually many accessibility issues with the heavy use of tables and images. These skins are gradually being improved.
Bobby with WAI: bobby.watchfire.com
Issues ...
- Priority 1: alt text for images.
- Priority 2: Explicitly associate form controls and their labels with the LABEL element. Perhaps we could have a label hidden with CSS?
- FIXME: need to list other issues here, or attend to them.
Bobby with U.S. Section 508 Guidelines: bobby.watchfire.com
Issues ...
- The same issues as above
CSS
Jigsaw: jigsaw.w3.org
Issues ...
- CSS 2: No errors. Some warnings.
- CSS 1: Errors: hover class, @media-print. Some warnings.
- FIXME: need to list other issues here, or attend to them.