ESOK-hanke 2006-2011

ATRC Web Accessibility Checker : Web Accessibility Checker

AChecker is a Web accessibility evalution tool designed to help Web content developers and Web application developers ensure their Web content is accessible to everyone regardless to the technology they may be using, or their abilities or disabilities.
[ jump_to_report ]

Input

Check Accessibility by URL

Check Accessibility by File Upload


Jump past advertisements
Accessibility Review

Accessibility Review (Guidelines: WCAG 2.0 (Level A))

  • Error Line 1, Column 1: Document language not identified.
    <html xmlns:java-sole="http://xml.apache.org/xslt/java/fi.solenovo.servlet.ui.SoleSession" xmlns:dyn ...

    Repair: .
  • Error Line 1, Column 1: Document has invalid language code.
    <html xmlns:java-sole="http://xml.apache.org/xslt/java/fi.solenovo.servlet.ui.SoleSession" xmlns:dyn ...

    Repair: Add a valid 2 letter or 3 letter language code as defined in the ISO 639 specification to the HTML 'lang' attribute.
  • Error Line 18, Column 1: Data table with more than one row/column of headers does not use id and headers attributes to identify cells.
    <table align="center" cellspacing="10" class="frametable_login">
    <tr>
    <td colspan="2" class="frame ...

    Repair: Add id and headers attributes to table cells so they identify the cells that relate to the headers.
  • Error Line 18, Column 1: Data table with both row and column headers does not use scope to identify cells.
    <table align="center" cellspacing="10" class="frametable_login">
    
    <tr>
    <td colspan="2" class="frame ...

    Repair: Add scope attributes to header cells so they identify the cells that relate to the header.
  • Error Line 51, Column 116: input element, type of "text", missing an associated label.
    <input value="" size="20" name="user" type="text">

    Repair: Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
  • Error Line 51, Column 116: Label text is empty.
    <input value="" size="20" name="user" type="text">

    Repair: Add text to the label element.
  • Error Line 51, Column 116: input element, type of "text", has no text in label.
    <input value="" size="20" name="user" type="text">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 55, Column 71: input element, type of "password", missing an associated label.
    <input value="" maxlength="41" size="20" name="password" type="password">

    Repair: Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
  • Error Line 55, Column 71: input element, type of "password", has no text in label.
    <input value="" maxlength="41" size="20" name="password" type="password">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 55, Column 71: Label text is empty.
    <input value="" maxlength="41" size="20" name="password" type="password">

    Repair: Add text to the label element.
  • Error Line 58, Column 102: Image used for input element is missing Alt text.
    <input src="/tyoaikatest/all/gifs/transit.gif" type="image">

    Repair: Add an alt attribute that describes the image to input element.
  • Error Line 58, Column 102: Label text is empty.
    <input src="/tyoaikatest/all/gifs/transit.gif" type="image">

    Repair: Add text to the label element.
Information HTML Validator is disabled. Enable it in "Options".

Web site engine's code is copyright © 2009

WCAG 2.0 (Level AA)

Adaptive Technology Resource Centre This version of AChecker was supported by the Ontario Government's Enabling Change Program