Using the Web Accessibility Toolbar

Testing a website for accessibility can be aa table is used for layout). Hopefully, the order should
time-consuming and laborious process. The free Webbe reasonably logical.Checking the site works under all
Accessibility Toolbar can do most of the hard workcircumstancesIt's important that your website doesn't
for you though and is an indispensable tool fordepend on any one type of technology, or users
anyone interested in accessibility.The toolbar is not anwhose browsers don't support that technology may
automated testing tool so does require manual workbe unable to access your site. You can check to see
from you. It's therefore able to avoid the manyif your site depends on any one technology:Images >
problems with automated accessibility testing tools. ItToggle Image/Alt - One of the most useful functions
doesn't require any technical knowledge so even theon the toolbar, replaces images with their ALT, or
biggest technophobe can check their website foralternative, text. Alt text is read out to screen
accessibility!Installing the Web Accessibilityreader users or displayed to web users with images
ToolbarYou can download the toolbar for free fromturned off, instead of the image itself (e.g. users on
and after you install it, it will sit in the toolbar area ofdial-up modems may turn off images to speed up the
Internet Explorer. The total file size is just 550kb sodownload time of pages). It's essential that the ALT
the download won't take too long.The toolbar onlytext provides an adequate description of the image.IE
works on Internet Explorer on Windows, so ifOptions > Toggle JavaScript - Turns off JavaScript.
Internet Explorer isn't your first-choice browser you'llAfter selecting this option, work through the pages
have to switch browsers when using it. (Alternatively,on your website - is the whole site still accessible to
you can download the Web Developer Toolbar foryou?IE Options > Toggle ActiveX - Turns off
Firefox which offers similar, but not identical,ActiveX controls. Again, after selecting this, work
functionality.)Using the Web Accessibility ToolbarNowthrough your website to see if the whole site is still
you've downloaded and installed the Webaccessible to you.IE Options > Toggle CSS - Turns
Accessibility Toolbar you can start using it! There areoff CSS. Are pages still legible? If CSS is used for
12 buttons in total on the toolbar, each with a downlayout then you will see the page content in the
arrow to the right of the text. If you click on theorder that it's read out to screen reader users. (If
down arrow for any of these buttons then ayou toggle image/alt after this, you'll have a complete
dropdown menu appears with all the available optionsvisual representation of what screen reader users will
(alternatively you can use the keyboard shortcuthear.)Other useful accessibility checksThere's a huge
keys assigned to each button).Checking foramount of functionality available on the Web
document structureOne of the most useful buttons isAccessibility Toolbar, but some of the other most
the seventh, Structure. It's essential that theimportant accessibility checks you can carry out with
structure within the HTML code accurately reflectsthe toolbar include:Validate > W3C HTML validator >
the visual structure of the page. This is so thatValidate HTML - Checks whether the page is based
visually impaired web users using screen readers canon valid HTML or not. If the page is not valid, you'll
gain an understanding of the page structure.Some ofbe told why.CSS > Deprecated HTML > Deprecated
the most useful items in the Structure dropdownelements & attributes - Checks for code that
menu include:Headings - Shows which items on theshouldn't be used and is being phased out. A new
page are labelled as headings within the HTML code.window will open containing the HTML code -
The main page heading should be a heading level oneanything in red is deprecated and should be
and other headings should be heading level two. Anyremoved.Doc info > Page speed report - Examines all
sub-heading of a heading level two should be athe files used to display the web page and prepares
heading level three, then heading level four and so on.a report on the average download speed for that
Heading numbers should always be sequential - apage for different Internet connections.Doc info >
heading level four shouldn't follow a heading level twoList links - Displays a list of all on-page links. Screen
if there's no heading level three. Headings arereader users can call up a list of links and jump
especially useful for screen reader users as they canstraight to the page in which they're most interested,
call up a list of headings and jump straight to theso it's essential that link text makes sense out of
section in which they're most interested.List items -context. Link text such as 'click here' should be
Shows which items on the page are labelled as listsavoided at all costs!Colour > Greyscale - Shows the
within the HTML code, by displaying next to any listpage in greyscale. Great for checking colour
item. Lists can be horizontal or vertical, and allcontrast.Other functionalityThe Web Accessibility
navigation should be marked up as a list item. ListsToolbar offers some other interesting
are very useful for screen reader users as thefunctionality:Resize - See how your website looks for
screen reader will announce the number of items inusers on 640 x 480px, 800 x 600px and 1024 x
the list before reading the list items.Fieldset / Label -768px screen resolutions.Tools > Simulations - Put
Shows which items on the page are called labelsyourself in the shoes of a special needs users with
within the HTML code. After selecting Fieldset /these fascinating simulations.ConclusionThe Web
Label, the text next to each form should say theAccessibility Toolbar offers an enormous amount of
word label next to it - if not, that text hasn't beenfunctionality. Download it for free from and start
called a label in the code.Table border - Places ausing it. Without any technical expertise, you can
border around each table. Nested tables within tablesperform a mini-accessibility audit on any site in just a
can cause huge difficulties for screen reader users.couple of minutes.This article was written by Trenton
After selecting this item, the first table will have aMoss. Trenton's crazy about web accessibility and
black border the second blue, then green, yellow,usability - so crazy that he went and started his own
orange, red and purple. If you see any of these lastweb accessibility and usability consultancy (
four colours it's time to take a good look at the codeWebcredible - ) to help make the Internet a better
behind the page.Table cell order - Shows the order inplace for everyone. He also knows an awful lot about
which the page is read out to screen reader users (ifthe Disability Discrimination Act.