Monday, 14 April 2014

HTML Validation

HTML Validation
It is far less complicated to design and build a website incorporating accessibility, rather than implementing it once the coding is completed. This does not mean the coding cannot be fixed, but it is certainly something to keep in mind when updating or deciding to get a new website. After a website is completed, new content is added or simply performing routine website maintenance, it pays off to scan a site with an HTML validator. It is the most effective way to make certain critical elements are not overlooked.

What to Test For
HTML Validation will check for WCAG (Web Content Accessibility Guidelines), a set of guidelines put together by the W3C (World Wide Web Consortium). The aim of the WCAG is to provide a standard for the web in order to generate content that meets the needs of the largest number of individuals internationally. The term content pertains to information such as text, images, sounds and coding that determines presentation. The current acceptable guidelines to meet are the WCAG 2.0. 2.0 is made up of 12 guidelines that are assembled under four concepts: perceivable, operable, understandable, and robust.  WCAG 2.0 can be tested with an HTML validator including three levels of testable success criteria, A, AA, AAA.

A second area that is vital to test for is Section 508 of the Rehabilitation Act. The Rehabilitation Act requires websites that receive any federal funding to be accessible to individuals with disabilities. There are 16 standards to follow under the Federal Government’s Section 508. Any website receiving money from the government or would like to in the future, should test their site for 508 compliance.

Available Tools:
There are several HTML validation tools and software available on the internet, at both free and paid options. While free tools are nice to check a single page or area of a website, their testing capabilities will be limited and will only test one page at a time. If you are looking to test an entire website and receive the most accurate assessment, there are excellent tools available at a small cost. It is best to look for a tool that checks for WCAG, Section 508 compliance as well as broken links and coding errors. It is important the tool offer a GUI (Graphic User Interface) report that will display exact location of error visually.

No comments:

Post a Comment