Accessibility features
FTCF is committed to making the content of this site as accessible as possible and welcomes your feedback. This page lists the features used to facilitate the accessibility, compatibility and interoperability of the content of the Web site.
Standards compliance
All areas of the site comply with Level-AA of the World Wide Web Consortium Web Accessibility Initiative Web Content Accessibility Guidelines 2.0. The FTCF Web site is constructed using HTML5 and follows the W3C recommendations for CSS 2.1 and 3.
Visual design and text resizing
The FTCF Web site uses CSS for visual layout and design, avoiding HTML tables and frames which can impede accessibility. A dedicated print style sheet is used to optimize each page for printing.
Font sizes are defined relatively, which means that they are determined by the user’s preferences. Text can be resized using the browser’s mechanism (View→Text Size| View→Text Zoom | View→Zoom | Ctrl++/Ctrl+-). If you have a mouse wheel, you can also hold down the Ctrl key and rotate the mouse wheel to make the text larger and smaller.
A Web standards compliant visual browser will display the pages as they were intended, though all the content is accessible using any browser or Web device.
Images
All non-background images used on the site have alternative text that will appear in browsers that do not support images or that is read out by screen readers.
Document structure and markup
The content of each page is contained in structural HTML. Logically ordered documents make sense when read (by text-only browsers, for instance) in a linear fashion. Markup structured in this way has the advantage of providing some Web devices with a quick summary of the content of a page, by listing titles, headings and links, for example. Structural elements provide assistive technologies (especially screen readers) with the opportunity to add meaning to the content of a page.
Scripting
Where DOM scripting is used to add interactivity to a page, it is added unobtrusively to ensure that functionality or content is still available to users with JavaScript disabled.
Forms
Interactive forms on the site make use of several features to improve accessibility. These include labelling of form elements and grouping of related form elements.