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>
    
    <head>
    <link rel="stylesheet" href="/learning/styles/transition.css" media="screen" type="t ...

    Repair: .
  • Error Line 1, Column 1: Document has invalid language code.
    <html>
    <head>
    <link rel="stylesheet" href="/learning/styles/transition.css" media="screen" type="t ...

    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 2, Column 1: Document missing title element.
    <head>
    <link rel="stylesheet" href="/learning/styles/transition.css" media="screen" type="text/css" ...

    Repair: Add a title element to the head section of your document.
  • Error Line 27, Column 5: Anchor contains no text.
    <a class="help" href="javascript:document.location.self" onclick="window.open('/help/Suomi/forms_edi ...

    Repair: Add text to the a element or the title attribute of the a element or, if an image is used within the anchor, add Alt text to the image.
  • Error Line 27, Column 186: img element missing alt attribute.
    <img src="/pics/ctxthelp.gif" border="0">

    Repair: Add an alt attribute to your img element.
  • Error Line 32, Column 1: Form missing fieldset and legend to group multiple radio buttons.
    <form name="mainform" method="POST" action="forms_set">
    <input type="hidden" name="formname" value= ...

    Repair: Add a fieldset and legend element to the form for each group of radio buttons.
  • Error Line 45, Column 41: input element, type of "checkbox", has no text in label.
    <input type="checkbox" name="field_c21"  value="true" onclick="change()">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 45, Column 41: Label text is empty.
    <input type="checkbox" name="field_c21"  value="true" onclick="change()">

    Repair: Add text to the label element.
  • Error Line 45, Column 41: input element, type of "checkbox", missing an associated label.
    <input type="checkbox" name="field_c21"  value="true" onclick="change()">

    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 49, Column 41: input element, type of "checkbox", has no text in label.
    <input type="checkbox" name="field_c638"  value="true" onclick="change()">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 49, Column 41: Label text is empty.
    <input type="checkbox" name="field_c638"  value="true" onclick="change()">

    Repair: Add text to the label element.
  • Error Line 49, Column 41: input element, type of "checkbox", missing an associated label.
    <input type="checkbox" name="field_c638"  value="true" onclick="change()">

    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 53, Column 41: Label text is empty.
    <input  type="radio" name="field_c3619" value="todella mielenkiintoinen" onclick="change()">

    Repair: Add text to the label element.
  • Error Line 53, Column 41: input element, type of "radio", has no text in label.
    <input  type="radio" name="field_c3619" value="todella mielenkiintoinen" onclick="change()">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 53, Column 41: input element, type of "radio", missing an associated label.
    <input  type="radio" name="field_c3619" value="todella mielenkiintoinen" onclick="change()">

    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 54, Column 41: Label text is empty.
    <input  type="radio" name="field_c3619" value="ihan ok" onclick="change()">

    Repair: Add text to the label element.
  • Error Line 54, Column 41: input element, type of "radio", has no text in label.
    <input  type="radio" name="field_c3619" value="ihan ok" onclick="change()">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 54, Column 41: input element, type of "radio", missing an associated label.
    <input  type="radio" name="field_c3619" value="ihan ok" onclick="change()">

    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 41: Label text is empty.
    <input  type="radio" name="field_c3619" value="jotain siltä väliltä" onclick="change()">

    Repair: Add text to the label element.
  • Error Line 55, Column 41: input element, type of "radio", has no text in label.
    <input  type="radio" name="field_c3619" value="jotain siltä väliltä" onclick="change()">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 55, Column 41: input element, type of "radio", missing an associated label.
    <input  type="radio" name="field_c3619" value="jotain siltä väliltä" onclick="change()">

    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 56, Column 41: Label text is empty.
    <input  type="radio" name="field_c3619" value="ei kovin kiinnostava" onclick="change()">

    Repair: Add text to the label element.
  • Error Line 56, Column 41: input element, type of "radio", has no text in label.
    <input  type="radio" name="field_c3619" value="ei kovin kiinnostava" onclick="change()">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 56, Column 41: input element, type of "radio", missing an associated label.
    <input  type="radio" name="field_c3619" value="ei kovin kiinnostava" onclick="change()">

    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 58, Column 41: Label text is empty.
    <input  type="radio" name="field_c3619" value="todella huono" onclick="change()">

    Repair: Add text to the label element.
  • Error Line 58, Column 41: input element, type of "radio", has no text in label.
    <input  type="radio" name="field_c3619" value="todella huono" onclick="change()">

    Repair: Add text to the input element's associated label that describes the purpose or function of the control.
  • Error Line 58, Column 41: input element, type of "radio", missing an associated label.
    <input  type="radio" name="field_c3619" value="todella huono" onclick="change()">

    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 61, Column 41: textarea element missing an associated label.
    <textarea name="field_c1109" wrap="physical" rows="5" cols="40" onchange="change()" class="inputwhit ...

    Repair: Add a label element immediately before or after the textarea element. Set the for attribute value of the label element to the same value as the id attribute value of the textarea element. Add label text to the label element. Or, set the title attribute value to the textarea element to the label text. Or, add a label element that surrounds the textarea element and add label text.
  • Error Line 65, Column 41: img element missing alt attribute.
    <img src="/pics/link.gif" border="0" title="Linkki">

    Repair: Add an alt attribute to your img 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