Warning:
This wiki has been archived and is now read-only.

EIII checker tests

From Automated WCAG Monitoring Community Group
Jump to: navigation, search

These tests are still in an early stage of development.

Test specification: Autowcag

SC Test ID Test Name (Current) Test Name Suggestions
1.1.1 SC1-1-1-longdesc Proper use of longdesc Long text description
1.1.1 SC1-1-1-text-alternative Provision of short text alternative Short text alternative
1.4.2 SC1-4-2-audio-control-audio Audio control Audio control
2.2.1+3.2.5 SC2-2-1+SC3-2-5-meta-refresh Meta refresh and redirect is not used Meta refresh and redirect
3.1.1 SC3-1-1-html Primary language of page Primary language of page
3.1.1 SC3-1-1-text Primary language of content
3.1.1 SC3-1-1-xml-lang Use identical xml:lang and lang attributes xml:lang attributes of page
3.1.2 SC3-1-2-lang Languages within the body Languages within the body
3.1.2 SC3-1-2-text Language changes in content
3.1.2 SC3-1-2-xml-lang Language of Parts xml:lang attributes of elements
4.1.1 SC4-1-1-accesskey Unique accesskeys Unique accesskeys
4.1.1 SC4-1-1-id Define ids for elements Identifier of elements
4.1.1 SC4-1-1-idref Reference elements Elements with for/aria-activedescendant attribute
4.1.1 SC4-1-1-idrefs td and th elements with a headers
4.1.1 SC4-1-1-tag-nesting Opening and closing tags
4.1.1 SC4-1-1-unique-attrs Unique attributes

Test specification: Tingtun

SC Test ID Test Name (Current) Test Name Suggestions Spec URL Comment Covered by autowcag?
1.1.1 H37 Use alt on img elements Use alt on img elements http://www.w3.org/TR/WCAG20-TECHS/H37.html Check to see that all images actually have alt-tags. Checks if the alternative text is invalid SC1-1-1-text-alternative
1.1.1 H35 Provide text alternatives on applets Provide text alternatives on applets http://www.w3.org/TR/WCAG20-TECHS/H35.html Checks that applet tags contain an alt attribute with content. Checks that there is text between the applet and applet tags. Won't implemented
1.1.1 H45 Use longdesc Provide long description for images http://www.w3.org/TR/WCAG20-TECHS/H45.html Checks that if an img tag has a longdesc attribute, that it has content. Checks that the longdesc value is a valid URI. Does not check That the target URI contains a description of the non-text content. SC1-1-1-img-longdesc
1.1.1 H2 Combine adjacent image and text links for the same resource Avoid same text for link and alt of contained image http://www.w3.org/TR/WCAG20-TECHS/H2.html Checks if the anchor text of a link is the same as the alt text of an image contained within the link. Does not check That there is no element in an adjacent table cell that has the same href attribute and the same description. SC1-1-1-text-alternative
1.1.1 H53 Body of the object element Provide text alternative for object element http://www.w3.org/TR/WCAG20-TECHS/H53.html Checks that there is text between the <object> and </object> tags. Won't implemented
1.1.1 H36 Provide alt on images used as submit buttons Provide alt on images used as submit buttons http://www.w3.org/TR/WCAG20-TECHS/H36.html Checks that all inputs of type <input type="image">contain an alt attribute with content. Does not check That the alt attribute indicates the button’s function. SC1-1-1-text-alternative
1.1.1 H46 Use noembed with embed Use noembed as alternative for embed http://www.w3.org/TR/WCAG20-TECHS/H46.html Checks that the number of <embed> and <noembed> tags match. Does not check That an <embed> element has a child <noembed> element. That an <embed> element has a <noembed> element that immediately follows it. Won't implemented
1.3.1 H39 Non-identical table summary and caption Avoid identical table summary and caption http://www.w3.org/TR/WCAG20-TECHS/H39.html Checks that if a table has both a summary attribute and a caption element, that the summary is not identical to the caption. Does not check If the table is a layout table or a data table. That layout tables do not contain a caption element. That the caption identifies the table. Will be implemented
1.3.1 F68 Control without programmatically determined name Provide name for form controls http://www.w3.org/TR/WCAG20-TECHS/F68.html Checks for implicit associate of labels and input or select tags. Checks for text acting as a label for input or select tags. Checks for text acting as a label for input or select tags. Will be implemented but with modification to match to WCAG F68
2.1.1 F55 Remove focus when it is received Avoid using script to remove focus from content http://www.w3.org/TR/WCAG20-TECHS/F55.html Checks for javascript this.blur function. Won't be implemented
2.1.1 F54 Use of pointing-device-specific only event handlers Avoid using of mouse-only event handlers http://www.w3.org/TR/WCAG20-TECHS/F54.html Checks for mouse only event handlers. Won't be implemented
2.2.1 F40 Use meta redirect with a time limit Not use meta redirect with a time limit http://www.w3.org/TR/WCAG20-TECHS/F40.html Checks for <meta http-equiv=”refresh”> with a timeout and a URL. Will be implemented
2.2.1 F41 Use meta refresh to reload the page Not use meta refresh to reload the page http://www.w3.org/TR/WCAG20-TECHS/F41.html Checks for <meta http-equiv=”refresh”> with a timeout and a URL. Will be implemented
2.2.2 X'HasMarquee Has marquee elements Not use marquee elements http://www.w3.org/TR/WCAG20-TECHS/F16.html Checks if there are any marquee element on the page. Will be implemented
2.2.2 X'HasBlink Has blink elements Not use blink elements http://www.w3.org/TR/WCAG20-TECHS/F47.html Checks if there are any blink elements on the page Will not be implemented
2.4.4 H24 Provide text alternatives in image maps Provide text alternatives in image maps http://www.w3.org/TR/WCAG20-TECHS/H24.html - will be implemented
2.4.4 H30 Provide link text Provide link text http://www.w3.org/TR/WCAG20-TECHS/H30.html Checks for multiple links with the same anchor text, but different href values. Checks for ‘click here’ links. Checks to see if the anchor text is the same as the href value (i.e. anchor text is a URL). Checks for missing anchor text in link. Does not check That the link text describes the purpose of the link. SC2-4-4-Link_Purpose
2.4.5 G125 Provide links to navigate to related Web pages Provide at least one link http://www.w3.org/TR/WCAG20-TECHS/G125.html Checks that there is at least 1 link in HTML documents. Does not check If the links are to related information. Won't be implemented

Test specification: eGovmon

SC Test ID Test Name (Current) Test Name Suggestions Spec URL Covered by autowcag?
2.4.2 H25 Provide a title using the title element Provide a title using the title element http://wiki.egovmon.no/wiki/SC2.4.2 SC2-4-2-title
2.4.2 F25 Provide descriptive titles for web pages Provide descriptive titles http://wiki.egovmon.no/wiki/SC2.4.2 SC2-4-2-title
2.4.4 H33 Supplementing link text with the title attribute Supplement link text with the title attribute http://wiki.egovmon.no/wiki/SC2.4.4#ID:_H33-1 Will be implemented
2.4.4 F63 Provide link context Provide link context http://wiki.egovmon.no/wiki/SC2.4.4#ID:_F63-1 Will be implemented
2.4.6 G130 Provide descriptive headings Provide descriptive headings http://wiki.egovmon.no/wiki/SC2.4.6  ?
3.2.2 H32 Provide a submit button to initiate a change of context Use submit button to initiate a change of context http://wiki.egovmon.no/wiki/SC3.2.2  ?
3.2.2 G13 Submit forms without submit buttons Submit forms without submit buttons http://wiki.egovmon.no/wiki/SC3.2.2 SC3-2-2-form-submit
3.3.2 G131 Provide descriptive labels Provide descriptive labels http://wiki.egovmon.no/wiki/SC3.3.2  ?
3.3.2 G167 Use a button to identify the purpose of a form control Use button to identify the purpose of control http://wiki.egovmon.no/wiki/SC3.3.2  ?
3.3.2 H71 Label groups of form elements Label groups of form elements http://wiki.egovmon.no/wiki/SC3.3.2  ?
4.1.2 F59 Provide role name for div/span with event handler Provide role name for div/span with event handler http://wiki.egovmon.no/wiki/SC4.1.2  ?
4.1.2 H91 Use HTML form controls and links Use HTML form controls and links http://wiki.egovmon.no/wiki/SC4.1.2  ?
4.1.2 F89 Accessible name for image links Provide accessible name for image links http://wiki.egovmon.no/wiki/SC4.1.2 Will be implemented
4.1.2 H65 Title attribute to identify controls Identify controls by title attribute http://wiki.egovmon.no/wiki/SC4.1.2 Will be implemented (Combine with H44)
4.1.2 H64 Use the title for frame and iframe elements Use the title for frame and iframe elements http://wiki.egovmon.no/wiki/SC4.1.2 Will be implemented (a draft is already available)
4.1.2 H44 Use label elements to associate text labels with form controls Use label elements to associate text labels with controls http://wiki.egovmon.no/wiki/SC4.1.2 Will be implemented (Combine with H65)