Accessibility
Accessibility at a glance
The accessibility movement encourages web sites to be built to allow
people with disabilities to view them. For example, one accessibility
standard is that all images have "alternate text" and "long descriptions"
coded into the HTML. This would be useful for software that reads web
pages out loud for blind people. Even if they cannot see your images,
the software can read the description of the image out loud.
There are two different guidelines often used when determining whether
a site is "accessible": the US Government Section 508 Guidelines and
the Web Content Accessibility Guidelines.
This template was built to meet as many of those standards as
possible. It meets all the Priority 1 standards of the Web Content
Accessibility Guidelines and all of the Section 508 Guidelines.
Some of the many ways that this template meets standards:
- Table structure
- Tables are built using relative sizing so that the page will
resize to fit browser windows.
- All tables have a "summary" statement that describes what the
table is being used for.
- Cascading Style Sheets
- Table background colors/patterns and bullet images are defined
using Cascading Style Sheets within the theme (instead of hard-coding
them, which FrontPage will do when themes are applied without CSS).
- Font colors and sizes are also defined with CSS, which allows
the page to degrade functionally even if someone does not have CSS
viewing capability.
- Images
- Images within the page layout have "alt" and "longdesc" set
in the HTML. (To edit the long description, you must go into HTML
view.)
|