1 | WCAG Principle | Clauses checked | Description |
---|---|---|---|
2 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H30.2 | Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link. |
3 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H37 | Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. |
4 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H67.1 | Img element with empty alt text must have absent or empty title attribute. |
5 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H67.2 | Img element is marked so that it is ignored by Assistive Technology. |
6 | WCAG2A.Principle1.Guideline1_1.1_1_1 | G94.Image | Ensure that the img element's alt text serves the same purpose and presents the same information as the image. |
7 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H36 | Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute |
8 | WCAG2A.Principle1.Guideline1_1.1_1_1 | G94.Button | Ensure that the image submit button's alt text identifies the purpose of the button. |
9 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H24 | Area element in an image map missing an alt attribute. Each area element must have a text alternative that describes the function of the image map area. |
10 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H24.2 | Ensure that the area element's text alternative serves the same purpose as the part of image map image it references. |
11 | WCAG2A.Principle1.Guideline1_1.1_1_1 | G73,G74 | If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link. |
12 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H2.EG5 | Img element inside a link must not use alt text that duplicates the text content of the link. |
13 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H2.EG4 | Img element inside a link has empty or missing alt text when a link beside it contains link text. Consider combining the links. |
14 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H2.EG3 | Img element inside a link must not use alt text that duplicates the content of a text link beside it. |
15 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H53 | Object elements must contain a text alternative after all other alternatives are exhausted. |
16 | WCAG2A.Principle1.Guideline1_1.1_1_1 | G94,G92.Object | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. |
17 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H35.3 | Applet elements must contain a text alternative in the element's body, for browsers without support for the applet element. |
18 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H35.2 | Applet elements must contain an alt attribute, to provide a text alternative to browsers supporting the element but are unable to load the applet. |
19 | WCAG2A.Principle1.Guideline1_1.1_1_1 | G94,G92.Applet | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. |
20 | WCAG2A.Principle1.Guideline1_2.1_2_1 | G158 | If this embedded object contains pre-recorded audio only, and is not provided as an alternative for text content, check that an alternative text version is available. |
21 | G159,G166 | If this embedded object contains pre-recorded video only, and is not provided as an alternative for text content, check that an alternative text version is available, or an audio track is provided that presents equivalent information. | |
22 | WCAG2A.Principle1.Guideline1_2.1_2_2 | G87,G93 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that captions are provided for audio content. |
23 | WCAG2A.Principle1.Guideline1_2.1_2_3 | G69,G78,G173,G8 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that an audio description of its video, and/or an alternative text version of the content is provided. |
24 | WCAG2A.Principle1.Guideline1_3.1_3_1 | H42.2 | Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags. |
25 | H93 | Multiple labels exist with the same "for" attribute. If these labels refer to different form controls, the controls should have unique "id" attributes. | |
26 | H44.NonExistent | This label's "for" attribute contains an ID that does not exist in the document. | |
27 | H44.NonExistentFragment | This label's "for" attribute contains an ID that does not exist in the document fragment. | |
28 | H44.NotFormControl | This label's "for" attribute contains an ID that points to an element that is not a form control. | |
29 | H44.NoForAttr | Label found without a "for" attribute, and therefore not explicitly associated with a form control. | |
30 | H44.NoId | Form control does not have an ID, therefore it cannot have an explicit label. | |
31 | H65.3 | Form control without a label contains an empty title attribute. The title attribute should identify the purpose of the control. | |
32 | H65 | Check that the title attribute identifies the purpose of the control, and that a label element is not appropriate. | |
33 | H44.2 | Form control does not have an explicit label or title attribute, identifying the purpose of the control. | |
34 | H44.NoLabelAllowed | Label element should not be used for this type of form control. | |
35 | H44.1.After | The label element for this control should be placed after this element. | |
36 | H44.1.Before | The label element for this control should be placed before this element. | |
37 | WCAG2A.Principle1.Guideline1_3.1_3_1 | H49.[NodeName] | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. |
38 | H49.AlignAttr | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
39 | H42 | Heading markup should be used if this content is intended as a heading. | |
40 | H63.3 | Table cell has an invalid scope attribute. Valid values are row, col, rowgroup, or colgroup. | |
41 | H63.2 | Scope attributes on td elements that act as headers for other elements are obsolete in HTML5. Use a th element instead. | |
42 | H43.ScopeAmbiguous | Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead. | |
43 | H43.IncorrectAttr | Incorrect headers attribute on this td element. Expected "[expected headers]" but found "[actual headers]" | |
44 | H43.HeadersRequired | The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements. | |
45 | H43.MissingHeaderIds | Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements headers attributes.' | |
46 | H43.MissingHeadersAttrs | Not all td elements in this table contain a headers attribute. Each headers attribute should list the ids of all th elements associated with that cell. | |
47 | H43,H63 | The relationship between td elements and their associated th elements is not defined. Use either the scope attribute on th elements, or the headers attribute on td elements. | |
48 | H63.1 | Not all th elements in this table have a scope attribute. These cells should contain a scope attribute to identify their association with td elements. | |
49 | H39,H73.4 | If this table is a data table, and both a summary attribute and a caption element are present, the summary should not duplicate the caption. | |
50 | H73.3.Check | If this table is a data table, check that the summary attribute describes the tables organization or explains how to use the table.' | |
51 | H73.3.NoSummary | If this table is a data table, consider using the summary attribute of the table element to give an overview of this table. | |
52 | H39.3.Check | If this table is a data table, check that the caption element accurately describes this table. | |
53 | H39.3.NoCaption | If this table is a data table, consider using a caption element to the table element to identify this table. | |
54 | H71.3 | Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group. | |
55 | H85.2 | If this selection list contains groups of related options, they should be grouped with optgroup. | |
56 | H71.2 | Radio buttons or check boxes with the same name attribute must be contained within a fieldset element. | |
57 | H48.1 | Content appears to have the visual appearance of a bulleted list. It may be appropriate to mark this content up using a ul element. | |
58 | H48.2 | Content appears to have the visual appearance of a numbered list. It may be appropriate to mark this content up using an ol element. | |
59 | G141 | The heading structure is not logically nested. This [heading] element (should be a [correct heading] to be properly nested / appears to be the primary document heading, so should be an h1 element). | |
60 | H48 | If this element contains a navigation section, it is recommended that it be marked up as a list. | |
61 | WCAG2A.Principle1.Guideline1_3.1_3_2 | G57 | Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. |
62 | WCAG2A.Principle1.Guideline1_3.1_3_3 | G96 | Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. |
63 | WCAG2A.Principle1.Guideline1_4.1_4_1 | G14,G182 | Check that any information conveyed using colour alone is also available in text, or through other visual cues. |
64 | WCAG2A.Principle1.Guideline1_4.1_4_2 | F23 | If any audio plays automatically for longer than 3 seconds, check that there is the ability to pause, stop or mute the audio. |
65 | WCAG2A.Principle1.Guideline1_4.1_4_3 | F24.BGColour | Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image. |
66 | F24.FGColour | Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour. | |
67 | WCAG2A.Principle2.Guideline2_1.2_1_1 | SCR20.DblClick | Ensure the functionality provided by double-clicking on this element is available through the keyboard. |
68 | SCR20.MouseOver | Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event. | |
69 | SCR20.MouseOut | Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event. | |
70 | SCR20.MouseMove | Ensure the functionality provided by moving the mouse on this element is available through the keyboard. | |
71 | SCR20.MouseDown | Ensure the functionality provided by mousing down on this element is available through the keyboard; for instance, using the keydown event. | |
72 | SCR20.MouseUp | Ensure the functionality provided by mousing up on this element is available through the keyboard; for instance, using the keyup event. | |
73 | WCAG2A.Principle2.Guideline2_1.2_1_2 | F10 | Check that this applet or plugin provides the ability to move the focus away from itself when using the keyboard. |
74 | WCAG2A.Principle2.Guideline2_2.2_2_1 | F40.2 | Meta refresh tag used to redirect to another page, with a time limit that is not zero. Users cannot control this time limit. |
75 | F41.2 | Meta refresh tag used to refresh the current page. Users cannot control the time limit for this refresh. | |
76 | WCAG2A.Principle2.Guideline2_2.2_2_2 | SCR33,SCR22,G187,G152,G186,G191 | If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content. |
77 | F4 | Ensure there is a mechanism available to stop this blinking element in less than five seconds. | |
78 | F47 | Blink elements cannot satisfy the requirement that blinking information can be stopped within five seconds. | |
79 | WCAG2A.Principle2.Guideline2_3.2_3_1 | G19,G176 | Check that no component of the content flashes more than three times in any 1-second period, or that the size of any flashing area is sufficiently small. |
80 | WCAG2A.Principle2.Guideline2_4.2_4_1 | H64.1 | Iframe element requires a non-empty title attribute that identifies the frame. |
81 | H64.2 | Check that the title attribute of this element contains text that identifies the frame. | |
82 | G1,G123,G124,H69 | Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. | |
83 | G1,G123,G124.NoSuchId | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name. | |
84 | G1,G123,G124.NoSuchIdFragment2.4.2 | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name in the fragment tested. | |
85 | WCAG2A.Principle2.Guideline2_4.2_4_2 | H25.1.NoTitleEl | A title should be provided for the document, using a non-empty title element in the head section. |
86 | H25.1.EmptyTitle | The title element in the head section should be non-empty. | |
87 | WCAG2A.Principle2.Guideline2_4.2_4_2 | H25.2 | Check that the title element describes the document. |
88 | WCAG2A.Principle2.Guideline2_4.2_4_3 | H4.2 | If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content. |
89 | WCAG2A.Principle2.Guideline2_4.2_4_4 | H77,H78,H79,H80,H81,H33 | Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. |
90 | H77,H78,H79,H80,H81 | Check that the link text combined with programmatically determined link context identifies the purpose of the link. | |
91 | WCAG2A.Principle3.Guideline3_1.3_1_1 | H57.2 | The html element should have a lang or xml:lang attribute which describes the language of the document. |
92 | H57.3.Lang | The language specified in the lang attribute of the document element does not appear to be well-formed. | |
93 | H57.3.XmlLang | The language specified in the xml:lang attribute of the document element does not appear to be well-formed. | |
94 | WCAG2A.Principle3.Guideline3_2.3_2_1 | G107 | Check that a change of context does not occur when any input field receives focus. |
95 | WCAG2A.Principle3.Guideline3_2.3_2_2 | H32.2 | Form does not contain a submit button (input type="submit", input type="image", or button type="submit"). |
96 | WCAG2A.Principle3.Guideline3_3.3_3_1 | G83,G84,G85 | If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text. |
97 | WCAG2A.Principle3.Guideline3_3.3_3_2 | G131,G89,G184,H90 | Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. |
98 | WCAG2A.Principle4.Guideline4_1.4_1_1 | F77 | Duplicate id attribute value "[Element ID]" found on the web page. |
99 | WCAG2A.Principle4.Guideline4_1.4_1_2 | H91.A.Empty | Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element. |
100 | H91.A.EmptyWithName | Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element. | |
101 | H91.A.EmptyNoId | Anchor element found with no link content and no name and/or ID attribute. | |
102 | H91.A.NoHref | Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element. | |
103 | H91.A.Placeholder | Anchor element found with link content, but no href and/or ID attribute has been supplied. | |
104 | H91.A.NoContent | Anchor element found with a valid href attribute, but no link content has been supplied. | |
105 | H91.[NodeName].Name | This [element type] does not have a name available to an accessibility API. Valid names are [valid names for this element]. | |
106 | H91.[NodeName].Value | This [element type] does not have a value available to an accessibility API. Add one [using a element-specific method]. | |
107 | WCAG2AA.Principle1.Guideline1_1.1_1_1 | H30.2 | Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link. |
108 | H37 | Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. | |
109 | H67.1 | Img element with empty alt text must have absent or empty title attribute. | |
110 | H67.2 | Img element is marked so that it is ignored by Assistive Technology. | |
111 | G94.Image | Ensure that the img element's alt text serves the same purpose and presents the same information as the image. | |
112 | H36 | Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute | |
113 | G94.Button | Ensure that the image submit button's alt text identifies the purpose of the button. | |
114 | H24 | Area element in an image map missing an alt attribute. Each area element must have a text alternative that describes the function of the image map area. | |
115 | H24.2 | Ensure that the area element's text alternative serves the same purpose as the part of image map image it references. | |
116 | G73,G74 | If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link. | |
117 | H2.EG5 | Img element inside a link must not use alt text that duplicates the text content of the link. | |
118 | H2.EG4 | Img element inside a link has empty or missing alt text when a link beside it contains link text. Consider combining the links. | |
119 | H2.EG3 | Img element inside a link must not use alt text that duplicates the content of a text link beside it. | |
120 | H53 | Object elements must contain a text alternative after all other alternatives are exhausted. | |
121 | G94,G92.Object | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
122 | H35.3 | Applet elements must contain a text alternative in the element's body, for browsers without support for the applet element. | |
123 | H35.2 | Applet elements must contain an alt attribute, to provide a text alternative to browsers supporting the element but are unable to load the applet. | |
124 | G94,G92.Applet | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
125 | WCAG2AA.Principle1.Guideline1_2.1_2_1 | G158 | If this embedded object contains pre-recorded audio only, and is not provided as an alternative for text content, check that an alternative text version is available. |
126 | G159,G166 | If this embedded object contains pre-recorded video only, and is not provided as an alternative for text content, check that an alternative text version is available, or an audio track is provided that presents equivalent information. | |
127 | WCAG2AA.Principle1.Guideline1_2.1_2_2 | G87,G93 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that captions are provided for audio content. |
128 | WCAG2AA.Principle1.Guideline1_2.1_2_4 | G9,G87,G93 | If this embedded object contains synchronised media, check that captions are provided for live audio content. |
129 | WCAG2AA.Principle1.Guideline1_2.1_2_5 | G78,G173,G8 | If this embedded object contains pre-recorded synchronised media, check that an audio description is provided for its video content. |
130 | WCAG2AA.Principle1.Guideline1_3.1_3_1 | H42.2 | Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags. |
131 | H93 | Multiple labels exist with the same "for" attribute. If these labels refer to different form controls, the controls should have unique "id" attributes. | |
132 | H44.NonExistent | This label's "for" attribute contains an ID that does not exist in the document. | |
133 | H44.NonExistentFragment | This label's "for" attribute contains an ID that does not exist in the document fragment. | |
134 | H44.NotFormControl | This label's "for" attribute contains an ID that points to an element that is not a form control. | |
135 | H44.NoForAttr | Label found without a "for" attribute, and therefore not explicitly associated with a form control. | |
136 | H44.NoId | Form control does not have an ID, therefore it cannot have an explicit label. | |
137 | H65.3 | Form control without a label contains an empty title attribute. The title attribute should identify the purpose of the control. | |
138 | H65 | Check that the title attribute identifies the purpose of the control, and that a label element is not appropriate. | |
139 | H44.2 | Form control does not have an explicit label or title attribute, identifying the purpose of the control. | |
140 | H44.NoLabelAllowed | Label element should not be used for this type of form control. | |
141 | H44.1.After | The label element for this control should be placed after this element. | |
142 | H44.1.Before | The label element for this control should be placed before this element. | |
143 | H49.[NodeName] | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
144 | H49.AlignAttr | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
145 | H42 | Heading markup should be used if this content is intended as a heading. | |
146 | H63.3 | Table cell has an invalid scope attribute. Valid values are row, col, rowgroup, or colgroup. | |
147 | H63.2 | Scope attributes on td elements that act as headers for other elements are obsolete in HTML5. Use a th element instead. | |
148 | H43.ScopeAmbiguous | Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead. | |
149 | H43.IncorrectAttr | Incorrect headers attribute on this td element. Expected "[expected headers]" but found "[actual headers]" | |
150 | H43.HeadersRequired | The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements. | |
151 | H43.MissingHeaderIds | Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements headers attributes.' | |
152 | H43.MissingHeadersAttrs | Not all td elements in this table contain a headers attribute. Each headers attribute should list the ids of all th elements associated with that cell. | |
153 | H43,H63 | The relationship between td elements and their associated th elements is not defined. Use either the scope attribute on th elements, or the headers attribute on td elements. | |
154 | H63.1 | Not all th elements in this table have a scope attribute. These cells should contain a scope attribute to identify their association with td elements. | |
155 | H39,H73.4 | If this table is a data table, and both a summary attribute and a caption element are present, the summary should not duplicate the caption. | |
156 | H73.3.Check | If this table is a data table, check that the summary attribute describes the tables organization or explains how to use the table.' | |
157 | H73.3.NoSummary | If this table is a data table, consider using the summary attribute of the table element to give an overview of this table. | |
158 | H39.3.Check | If this table is a data table, check that the caption element accurately describes this table. | |
159 | H39.3.NoCaption | If this table is a data table, consider using a caption element to the table element to identify this table. | |
160 | H71.3 | Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group. | |
161 | H85.2 | If this selection list contains groups of related options, they should be grouped with optgroup. | |
162 | H71.2 | Radio buttons or check boxes with the same name attribute must be contained within a fieldset element. | |
163 | H48.1 | Content appears to have the visual appearance of a bulleted list. It may be appropriate to mark this content up using a ul element. | |
164 | H48.2 | Content appears to have the visual appearance of a numbered list. It may be appropriate to mark this content up using an ol element. | |
165 | G141 | The heading structure is not logically nested. This [heading] element (should be a [correct heading] to be properly nested / appears to be the primary document heading, so should be an h1 element). | |
166 | H48 | If this element contains a navigation section, it is recommended that it be marked up as a list. | |
167 | WCAG2AA.Principle1.Guideline1_3.1_3_2 | G57 | Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. |
168 | WCAG2AA.Principle1.Guideline1_3.1_3_3 | G96 | Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. |
169 | WCAG2AA.Principle1.Guideline1_4.1_4_1 | G14,G182 | Check that any information conveyed using colour alone is also available in text, or through other visual cues. |
170 | WCAG2AA.Principle1.Guideline1_4.1_4_2 | F23 | If any audio plays automatically for longer than 3 seconds, check that there is the ability to pause, stop or mute the audio. |
171 | WCAG2AA.Principle1.Guideline1_4.1_4_3 | G18 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. |
172 | G145 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 3:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. | |
173 | G18 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1. | |
174 | G145 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1. | |
175 | F24.BGColour | Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image. | |
176 | F24.FGColour | Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour. | |
177 | WCAG2AA.Principle1.Guideline1_4.1_4_4 | G142 | Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality. |
178 | WCAG2AA.Principle1.Guideline1_4.1_4_5 | G140,C22,C30.AALevel | If the technologies being used can achieve the visual presentation, check that text is used to convey information rather than images of text, except when the image of text is essential to the information being conveyed, or can be visually customised to the user's requirements. |
179 | WCAG2AA.Principle2.Guideline2_1.2_1_1 | SCR20.DblClick | Ensure the functionality provided by double-clicking on this element is available through the keyboard. |
180 | SCR20.MouseOver | Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event. | |
181 | SCR20.MouseOut | Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event. | |
182 | SCR20.MouseMove | Ensure the functionality provided by moving the mouse on this element is available through the keyboard. | |
183 | SCR20.MouseDown | Ensure the functionality provided by mousing down on this element is available through the keyboard; for instance, using the keydown event. | |
184 | SCR20.MouseUp | Ensure the functionality provided by mousing up on this element is available through the keyboard; for instance, using the keyup event. | |
185 | WCAG2AA.Principle2.Guideline2_1.2_1_2 | F10 | Check that this applet or plugin provides the ability to move the focus away from itself when using the keyboard. |
186 | WCAG2AA.Principle2.Guideline2_2.2_2_1 | F40.2 | Meta refresh tag used to redirect to another page, with a time limit that is not zero. Users cannot control this time limit. |
187 | F41.2 | Meta refresh tag used to refresh the current page. Users cannot control the time limit for this refresh. | |
188 | WCAG2AA.Principle2.Guideline2_2.2_2_2 | SCR33,SCR22,G187,G152,G186,G191 | If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content. |
189 | F4 | Ensure there is a mechanism available to stop this blinking element in less than five seconds. | |
190 | F47 | Blink elements cannot satisfy the requirement that blinking information can be stopped within five seconds. | |
191 | WCAG2AA.Principle2.Guideline2_3.2_3_1 | G19,G176 | Check that no component of the content flashes more than three times in any 1-second period, or that the size of any flashing area is sufficiently small. |
192 | WCAG2AA.Principle2.Guideline2_4.2_4_1 | H64.1 | Iframe element requires a non-empty title attribute that identifies the frame. |
193 | H64.2 | Check that the title attribute of this element contains text that identifies the frame. | |
194 | G1,G123,G124,H69 | Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. | |
195 | G1,G123,G124.NoSuchId | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name. | |
196 | G1,G123,G124.NoSuchIdFragment2.4.2 | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name in the fragment tested. | |
197 | WCAG2AA.Principle2.Guideline2_4.2_4_2 | H25.1.NoTitleEl | A title should be provided for the document, using a non-empty title element in the head section. |
198 | H25.1.EmptyTitle | The title element in the head section should be non-empty. | |
199 | H25.2 | Check that the title element describes the document. | |
200 | WCAG2AA.Principle2.Guideline2_4.2_4_3 | H4.2 | If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content. |
201 | WCAG2AA.Principle2.Guideline2_4.2_4_4 | H77,H78,H79,H80,H81,H33 | Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. |
202 | H77,H78,H79,H80,H81 | Check that the link text combined with programmatically determined link context identifies the purpose of the link. | |
203 | WCAG2AA.Principle2.Guideline2_4.2_4_5 | G125,G64,G63,G161,G126,G185 | If this Web page is not part of a linear process, check that there is more than one way of locating this Web page within a set of Web pages. |
204 | WCAG2AA.Principle2.Guideline2_4.2_4_6 | G130,G131 | Check that headings and labels describe topic or purpose. |
205 | WCAG2AA.Principle2.Guideline2_4.2_4_7 | G149,G165,G195,C15,SCR31 | Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls. |
206 | WCAG2AA.Principle3.Guideline3_1.3_1_1 | H57.2 | The html element should have a lang or xml:lang attribute which describes the language of the document. |
207 | H57.3.Lang | The language specified in the lang attribute of the document element does not appear to be well-formed. | |
208 | H57.3.XmlLang | The language specified in the xml:lang attribute of the document element does not appear to be well-formed. | |
209 | WCAG2AA.Principle3.Guideline3_1.3_1_2 | H58 | Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate. |
210 | H58.1.Lang | The language specified in the lang attribute of this element does not appear to be well-formed. | |
211 | H58.1.XmlLang | The language specified in the xml:lang attribute of this element does not appear to be well-formed. | |
212 | WCAG2AA.Principle3.Guideline3_2.3_2_1 | G107 | Check that a change of context does not occur when any input field receives focus. |
213 | WCAG2AA.Principle3.Guideline3_2.3_2_2 | H32.2 | Form does not contain a submit button (input type="submit", input type="image", or button type="submit"). |
214 | WCAG2AA.Principle3.Guideline3_2.3_2_3 | G61 | Check that navigational mechanisms that are repeated on multiple Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user. |
215 | WCAG2AA.Principle3.Guideline3_2.3_2_4 | G197 | Check that components that have the same functionality within this Web page are identified consistently in the set of Web pages to which it belongs. |
216 | WCAG2AA.Principle3.Guideline3_3.3_3_1 | G83,G84,G85 | If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text. |
217 | WCAG2AA.Principle3.Guideline3_3.3_3_2 | G131,G89,G184,H90 | Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. |
218 | WCAG2AA.Principle3.Guideline3_3.3_3_3 | G177 | Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content. |
219 | WCAG2AA.Principle3.Guideline3_3.3_3_4 | G98,G99,G155,G164,G168.LegalForms | If this form would bind a user to a financial or legal commitment, modify/delete user-controllable data, or submit test responses, ensure that submissions are either reversible, checked for input errors, and/or confirmed by the user. |
220 | WCAG2AA.Principle4.Guideline4_1.4_1_1 | F77 | Duplicate id attribute value "[Element ID]" found on the web page. |
221 | WCAG2AA.Principle4.Guideline4_1.4_1_2 | H91.A.Empty | Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element. |
222 | H91.A.EmptyWithName | Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element. | |
223 | H91.A.EmptyNoId | Anchor element found with no link content and no name and/or ID attribute. | |
224 | H91.A.NoHref | Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element. | |
225 | H91.A.Placeholder | Anchor element found with link content, but no href and/or ID attribute has been supplied. | |
226 | H91.A.NoContent | Anchor element found with a valid href attribute, but no link content has been supplied. | |
227 | H91.[NodeName].Name | This [element type] does not have a name available to an accessibility API. Valid names are [valid names for this element]. | |
228 | H91.[NodeName].Value | This [element type] does not have a value available to an accessibility API. Add one [using a element-specific method]. | |
229 | WCAG2AAA.Principle1.Guideline1_1.1_1_1 | H30.2 | Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link. |
230 | H37 | Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. | |
231 | H67.1 | Img element with empty alt text must have absent or empty title attribute. | |
232 | H67.2 | Img element is marked so that it is ignored by Assistive Technology. | |
233 | G94.Image | Ensure that the img element's alt text serves the same purpose and presents the same information as the image. | |
234 | H36 | Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute | |
235 | G94.Button | Ensure that the image submit button's alt text identifies the purpose of the button. | |
236 | H24 | Area element in an image map missing an alt attribute. Each area element must have a text alternative that describes the function of the image map area. | |
237 | H24.2 | Ensure that the area element's text alternative serves the same purpose as the part of image map image it references. | |
238 | G73,G74 | If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link. | |
239 | H2.EG5 | Img element inside a link must not use alt text that duplicates the text content of the link. | |
240 | H2.EG4 | Img element inside a link has empty or missing alt text when a link beside it contains link text. Consider combining the links. | |
241 | H2.EG3 | Img element inside a link must not use alt text that duplicates the content of a text link beside it. | |
242 | H53 | Object elements must contain a text alternative after all other alternatives are exhausted. | |
243 | G94,G92.Object | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
244 | H35.3 | Applet elements must contain a text alternative in the element's body, for browsers without support for the applet element. | |
245 | H35.2 | Applet elements must contain an alt attribute, to provide a text alternative to browsers supporting the element but are unable to load the applet. | |
246 | G94,G92.Applet | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
247 | WCAG2AAA.Principle1.Guideline1_2.1_2_1 | G158 | If this embedded object contains pre-recorded audio only, and is not provided as an alternative for text content, check that an alternative text version is available. |
248 | G159,G166 | If this embedded object contains pre-recorded video only, and is not provided as an alternative for text content, check that an alternative text version is available, or an audio track is provided that presents equivalent information. | |
249 | WCAG2AAA.Principle1.Guideline1_2.1_2_2 | G87,G93 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that captions are provided for audio content. |
250 | WCAG2AAA.Principle1.Guideline1_2.1_2_4 | G9,G87,G93 | If this embedded object contains synchronised media, check that captions are provided for live audio content. |
251 | WCAG2AAA.Principle1.Guideline1_2.1_2_5 | G78,G173,G8 | If this embedded object contains pre-recorded synchronised media, check that an audio description is provided for its video content. |
252 | WCAG2AAA.Principle1.Guideline1_2.1_2_6 | G54,G81 | If this embedded object contains pre-recorded synchronised media, check that a sign language interpretation is provided for its audio. |
253 | WCAG2AAA.Principle1.Guideline1_2.1_2_7 | G8 | If this embedded object contains synchronised media, and where pauses in foreground audio is not sufficient to allow audio descriptions to convey the sense of pre-recorded video, check that an extended audio description is provided, either through scripting or an alternate version. |
254 | WCAG2AAA.Principle1.Guideline1_2.1_2_8 | G69,G159 | If this embedded object contains pre-recorded synchronised media or video-only content, check that an alternative text version of the content is provided. |
255 | WCAG2AAA.Principle1.Guideline1_2.1_2_9 | G150,G151,G157 | If this embedded object contains live audio-only content, check that an alternative text version of the content is provided. |
256 | WCAG2AAA.Principle1.Guideline1_3.1_3_1 | H42.2 | Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags. |
257 | H93 | Multiple labels exist with the same "for" attribute. If these labels refer to different form controls, the controls should have unique "id" attributes. | |
258 | H44.NonExistent | This label's "for" attribute contains an ID that does not exist in the document. | |
259 | H44.NonExistentFragment | This label's "for" attribute contains an ID that does not exist in the document fragment. | |
260 | H44.NotFormControl | This label's "for" attribute contains an ID that points to an element that is not a form control. | |
261 | H44.NoForAttr | Label found without a "for" attribute, and therefore not explicitly associated with a form control. | |
262 | H44.NoId | Form control does not have an ID, therefore it cannot have an explicit label. | |
263 | H65.3 | Form control without a label contains an empty title attribute. The title attribute should identify the purpose of the control. | |
264 | H65 | Check that the title attribute identifies the purpose of the control, and that a label element is not appropriate. | |
265 | H44.2 | Form control does not have an explicit label or title attribute, identifying the purpose of the control. | |
266 | H44.NoLabelAllowed | Label element should not be used for this type of form control. | |
267 | H44.1.After | The label element for this control should be placed after this element. | |
268 | H44.1.Before | The label element for this control should be placed before this element. | |
269 | H49.[NodeName] | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
270 | H49.AlignAttr | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
271 | H42 | Heading markup should be used if this content is intended as a heading. | |
272 | H63.3 | Table cell has an invalid scope attribute. Valid values are row, col, rowgroup, or colgroup. | |
273 | H63.2 | Scope attributes on td elements that act as headers for other elements are obsolete in HTML5. Use a th element instead. | |
274 | H43.ScopeAmbiguous | Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead. | |
275 | H43.IncorrectAttr | Incorrect headers attribute on this td element. Expected "[expected headers]" but found "[actual headers]" | |
276 | H43.HeadersRequired | The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements. | |
277 | H43.MissingHeaderIds | Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements headers attributes.' | |
278 | H43.MissingHeadersAttrs | Not all td elements in this table contain a headers attribute. Each headers attribute should list the ids of all th elements associated with that cell. | |
279 | H43,H63 | The relationship between td elements and their associated th elements is not defined. Use either the scope attribute on th elements, or the headers attribute on td elements. | |
280 | H63.1 | Not all th elements in this table have a scope attribute. These cells should contain a scope attribute to identify their association with td elements. | |
281 | H39,H73.4 | If this table is a data table, and both a summary attribute and a caption element are present, the summary should not duplicate the caption. | |
282 | H73.3.Check | If this table is a data table, check that the summary attribute describes the tables organization or explains how to use the table.' | |
283 | H73.3.NoSummary | If this table is a data table, consider using the summary attribute of the table element to give an overview of this table. | |
284 | H39.3.Check | If this table is a data table, check that the caption element accurately describes this table. | |
285 | H39.3.NoCaption | If this table is a data table, consider using a caption element to the table element to identify this table. | |
286 | H71.3 | Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group. | |
287 | H85.2 | If this selection list contains groups of related options, they should be grouped with optgroup. | |
288 | H71.2 | Radio buttons or check boxes with the same name attribute must be contained within a fieldset element. | |
289 | H48.1 | Content appears to have the visual appearance of a bulleted list. It may be appropriate to mark this content up using a ul element. | |
290 | H48.2 | Content appears to have the visual appearance of a numbered list. It may be appropriate to mark this content up using an ol element. | |
291 | G141 | The heading structure is not logically nested. This [heading] element (should be a [correct heading] to be properly nested / appears to be the primary document heading, so should be an h1 element). | |
292 | H48 | If this element contains a navigation section, it is recommended that it be marked up as a list. | |
293 | WCAG2AAA.Principle1.Guideline1_3.1_3_2 | G57 | Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. |
294 | WCAG2AAA.Principle1.Guideline1_3.1_3_3 | G96 | Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. |
295 | WCAG2AAA.Principle1.Guideline1_4.1_4_1 | G14,G182 | Check that any information conveyed using colour alone is also available in text, or through other visual cues. |
296 | WCAG2AAA.Principle1.Guideline1_4.1_4_2 | F23 | If any audio plays automatically for longer than 3 seconds, check that there is the ability to pause, stop or mute the audio. |
297 | WCAG2AAA.Principle1.Guideline1_4.1_4_6 | G17 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. |
298 | G18 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. | |
299 | G17 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1. | |
300 | G18 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1. | |
301 | WCAG2AAA.Principle1.Guideline1_4.1_4_7 | G56 | For pre-recorded audio-only content that is primarily speech (such as narration), any background sounds should be muteable, or be at least 20 dB (or about 4 times) quieter than the speech. |
302 | WCAG2AAA.Principle1.Guideline1_4.1_4_8 | G148,G156,G175 | Check that a mechanism is available for the user to select foreground and background colours for blocks of text, either through the Web page or the browser. |
303 | H87,C20 | Check that a mechanism exists to reduce the width of a block of text to no more than 80 characters (or 40 in Chinese, Japanese or Korean script). | |
304 | C19,G172,G169 | Check that blocks of text are not fully justified - that is, to both left and right edges - or a mechanism exists to remove full justification. | |
305 | G188,C21 | Check that line spacing in blocks of text are at least 150% in paragraphs, and paragraph spacing is at least 1.5 times the line spacing, or that a mechanism is available to achieve this. | |
306 | H87,G146,C26 | Check that text can be resized without assistive technology up to 200 percent without requiring the user to scroll horizontally on a full-screen window. | |
307 | WCAG2AAA.Principle1.Guideline1_4.1_4_9 | G140,C22,C30.NoException | Check that images of text are only used for pure decoration or where a particular presentation of text is essential to the information being conveyed. |
308 | WCAG2AAA.Principle2.Guideline2_1.2_1_1 | SCR20.DblClick | Ensure the functionality provided by double-clicking on this element is available through the keyboard. |
309 | SCR20.MouseOver | Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event. | |
310 | SCR20.MouseOut | Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event. | |
311 | SCR20.MouseMove | Ensure the functionality provided by moving the mouse on this element is available through the keyboard. | |
312 | SCR20.MouseDown | Ensure the functionality provided by mousing down on this element is available through the keyboard; for instance, using the keydown event. | |
313 | SCR20.MouseUp | Ensure the functionality provided by mousing up on this element is available through the keyboard; for instance, using the keyup event. | |
314 | WCAG2AAA.Principle2.Guideline2_1.2_1_2 | F10 | Check that this applet or plugin provides the ability to move the focus away from itself when using the keyboard. |
315 | WCAG2AAA.Principle2.Guideline2_2.2_2_1 | F40.2 | Meta refresh tag used to redirect to another page, with a time limit that is not zero. Users cannot control this time limit. |
316 | F41.2 | Meta refresh tag used to refresh the current page. Users cannot control the time limit for this refresh. | |
317 | WCAG2AAA.Principle2.Guideline2_2.2_2_2 | SCR33,SCR22,G187,G152,G186,G191 | If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content. |
318 | F4 | Ensure there is a mechanism available to stop this blinking element in less than five seconds. | |
319 | F47 | Blink elements cannot satisfy the requirement that blinking information can be stopped within five seconds. | |
320 | WCAG2AAA.Principle2.Guideline2_2.2_2_3 | G5 | Check that timing is not an essential part of the event or activity presented by the content, except for non-interactive synchronized media and real-time events. |
321 | WCAG2AAA.Principle2.Guideline2_2.2_2_4 | SCR14 | Check that all interruptions (including updates to content) can be postponed or suppressed by the user, except interruptions involving an emergency. |
322 | WCAG2AAA.Principle2.Guideline2_2.2_2_5 | G105,G181 | If this Web page is part of a set of Web pages with an inactivity time limit, check that an authenticated user can continue the activity without loss of data after re-authenticating. |
323 | WCAG2AAA.Principle2.Guideline2_3.2_3_2 | G19 | Check that no component of the content flashes more than three times in any 1-second period. |
324 | WCAG2AAA.Principle2.Guideline2_4.2_4_1 | H64.1 | Iframe element requires a non-empty title attribute that identifies the frame. |
325 | H64.2 | Check that the title attribute of this element contains text that identifies the frame. | |
326 | G1,G123,G124,H69 | Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. | |
327 | G1,G123,G124.NoSuchId | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name. | |
328 | G1,G123,G124.NoSuchIdFragment2.4.2 | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name in the fragment tested. | |
329 | WCAG2AAA.Principle2.Guideline2_4.2_4_2 | H25.1.NoTitleEl | A title should be provided for the document, using a non-empty title element in the head section. |
330 | H25.1.EmptyTitle | The title element in the head section should be non-empty. | |
331 | H25.2 | Check that the title element describes the document. | |
332 | WCAG2AAA.Principle2.Guideline2_4.2_4_3 | H4.2 | If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content. |
333 | WCAG2AAA.Principle2.Guideline2_4.2_4_5 | G125,G64,G63,G161,G126,G185 | If this Web page is not part of a linear process, check that there is more than one way of locating this Web page within a set of Web pages. |
334 | WCAG2AAA.Principle2.Guideline2_4.2_4_6 | G130,G131 | Check that headings and labels describe topic or purpose. |
335 | WCAG2AAA.Principle2.Guideline2_4.2_4_7 | G149,G165,G195,C15,SCR31 | Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls. |
336 | WCAG2AAA.Principle2.Guideline2_4.2_4_8 | H59.1 | Link elements can only be located in the head section of the document. |
337 | H59.2a | Link element is missing a non-empty rel attribute identifying the link type. | |
338 | H59.2b | Link element is missing a non-empty href attribute pointing to the resource being linked. | |
339 | WCAG2AAA.Principle2.Guideline2_4.2_4_9 | H30 | Check that text of the link describes the purpose of the link. |
340 | WCAG2AAA.Principle3.Guideline3_1.3_1_1 | H57.2 | The html element should have a lang or xml:lang attribute which describes the language of the document. |
341 | H57.3.Lang | The language specified in the lang attribute of the document element does not appear to be well-formed. | |
342 | H57.3.XmlLang | The language specified in the xml:lang attribute of the document element does not appear to be well-formed. | |
343 | WCAG2AAA.Principle3.Guideline3_1.3_1_2 | H58 | Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate. |
344 | H58.1.Lang | The language specified in the lang attribute of this element does not appear to be well-formed. | |
345 | H58.1.XmlLang | The language specified in the xml:lang attribute of this element does not appear to be well-formed. | |
346 | WCAG2AAA.Principle3.Guideline3_1.3_1_3 | H40,H54,H60,G62,G70 | Check that there is a mechanism available for identifying specific definitions of words or phrases used in an unusual or restricted way, including idioms and jargon. |
347 | WCAG2AAA.Principle3.Guideline3_1.3_1_4 | G102,G55,G62,H28,G97 | Check that a mechanism for identifying the expanded form or meaning of abbreviations is available. |
348 | WCAG2AAA.Principle3.Guideline3_1.3_1_5 | G86,G103,G79,G153,G160 | Where the content requires reading ability more advanced than the lower secondary education level, supplemental content or an alternative version should be provided. |
349 | WCAG2AAA.Principle3.Guideline3_1.3_1_6 | H62.1.HTML5 | Ruby element does not contain an rt element containing pronunciation information for its body text. |
350 | H62.1.XHTML11 | Ruby element does not contain an rt element containing pronunciation information for the text inside the rb element. | |
351 | H62.2 | Ruby element does not contain rp elements, which provide extra punctuation to browsers not supporting ruby text. | |
352 | WCAG2AAA.Principle3.Guideline3_2.3_2_1 | G107 | Check that a change of context does not occur when any input field receives focus. |
353 | WCAG2AAA.Principle3.Guideline3_2.3_2_2 | H32.2 | Form does not contain a submit button (input type="submit", input type="image", or button type="submit"). |
354 | WCAG2AAA.Principle3.Guideline3_2.3_2_3 | G61 | Check that navigational mechanisms that are repeated on multiple Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user. |
355 | WCAG2AAA.Principle3.Guideline3_2.3_2_4 | G197 | Check that components that have the same functionality within this Web page are identified consistently in the set of Web pages to which it belongs. |
356 | WCAG2AAA.Principle3.Guideline3_2.3_2_5 | H83.3 | Check that this link's link text contains information indicating that the link will open in a new window. |
357 | WCAG2AAA.Principle3.Guideline3_3.3_3_1 | G83,G84,G85 | If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text. |
358 | WCAG2AAA.Principle3.Guideline3_3.3_3_2 | G131,G89,G184,H90 | Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. |
359 | WCAG2AAA.Principle3.Guideline3_3.3_3_3 | G177 | Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content. |
360 | WCAG2AAA.Principle3.Guideline3_3.3_3_5 | G71,G184,G193 | Check that context-sensitive help is available for this form, at a Web-page and/or control level. |
361 | WCAG2AAA.Principle3.Guideline3_3.3_3_6 | G98,G99,G155,G164,G168.AllForms | Check that submissions to this form are either reversible, checked for input errors, and/or confirmed by the user. |
362 | WCAG2AAA.Principle4.Guideline4_1.4_1_1 | F77 | Duplicate id attribute value "[Element ID]" found on the web page. |
363 | WCAG2AAA.Principle4.Guideline4_1.4_1_2 | H91.A.Empty | Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element. |
364 | H91.A.EmptyWithName | Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element. | |
365 | H91.A.EmptyNoId | Anchor element found with no link content and no name and/or ID attribute. | |
366 | H91.A.NoHref | Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element. | |
367 | H91.A.Placeholder | Anchor element found with link content, but no href and/or ID attribute has been supplied. | |
368 | H91.A.NoContent | Anchor element found with a valid href attribute, but no link content has been supplied. | |
369 | H91.[NodeName].Name | This [element type] does not have a name available to an accessibility API. Valid names are [valid names for this element]. | |
370 | H91.[NodeName].Value | This [element type] does not have a value available to an accessibility API. Add one [using a element-specific method]. |
1 | wcag_code | wcag_message | wcag_severity | wcag_standard | wcag_standard_a | wcag_standard_aa | wcag_standard_aaa | URL | Secondary URL | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.Textarea.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
3 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.Select.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
4 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputText.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
5 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputTel.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
6 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputSubject.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
7 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
8 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputRange.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
9 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputRadio.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
10 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputPassword.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
11 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputNumber.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
12 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputImage.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
13 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputFile.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
14 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
15 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputCheckbox.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
16 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.InputButton.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
17 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.Fieldset.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
18 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.Div.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
19 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.Button.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
22 | WCAG2A.Principle4.Guideline4_1.4_1_2.H91.A.Name | Missing name attribute | Error | A | TRUE | FALSE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
78 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Textarea.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
79 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Select.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
80 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
81 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputTel.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
82 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSubject.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
83 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
84 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputRange.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
85 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputRadio.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
86 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputPassword.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
87 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputNumber.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
88 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputImage.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
89 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputFile.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
90 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
91 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputCheckbox.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
92 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputButton.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
93 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Fieldset.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
94 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Div.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
95 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Button.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
98 | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.Name | Missing name attribute | Error | AA | FALSE | TRUE | FALSE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
167 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Textarea.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
168 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Select.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
169 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
170 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputTel.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
171 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputSubject.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
172 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
173 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputRange.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
174 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputRadio.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
175 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputPassword.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
176 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputNumber.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
177 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputImage.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
178 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputFile.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
179 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
180 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputCheckbox.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
181 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputButton.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
182 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Fieldset.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
183 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Div.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
184 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Button.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 | ||||||||||||||||
187 | WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.A.Name | Missing name attribute | Error | AAA | FALSE | FALSE | TRUE | https://www.w3.org/WAI/WCAG21/Techniques/html/H91 |
1 | WCAG Principle | Clauses checked | Description |
---|---|---|---|
2 | WCAG2A.Principle1.Guideline1_1.1_1_1 | H30.2 | Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link. |
3 | H37 | Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. | |
4 | H67.1 | Img element with empty alt text must have absent or empty title attribute. | |
5 | H67.2 | Img element is marked so that it is ignored by Assistive Technology. | |
6 | G94.Image | Ensure that the img element's alt text serves the same purpose and presents the same information as the image. | |
7 | H36 | Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute | |
8 | G94.Button | Ensure that the image submit button's alt text identifies the purpose of the button. | |
9 | H24 | Area element in an image map missing an alt attribute. Each area element must have a text alternative that describes the function of the image map area. | |
10 | H24.2 | Ensure that the area element's text alternative serves the same purpose as the part of image map image it references. | |
11 | G73,G74 | If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link. | |
12 | H2.EG5 | Img element inside a link must not use alt text that duplicates the text content of the link. | |
13 | H2.EG4 | Img element inside a link has empty or missing alt text when a link beside it contains link text. Consider combining the links. | |
14 | H2.EG3 | Img element inside a link must not use alt text that duplicates the content of a text link beside it. | |
15 | H53 | Object elements must contain a text alternative after all other alternatives are exhausted. | |
16 | G94,G92.Object | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
17 | H35.3 | Applet elements must contain a text alternative in the element's body, for browsers without support for the applet element. | |
18 | H35.2 | Applet elements must contain an alt attribute, to provide a text alternative to browsers supporting the element but are unable to load the applet. | |
19 | G94,G92.Applet | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
20 | WCAG2A.Principle1.Guideline1_2.1_2_1 | G158 | If this embedded object contains pre-recorded audio only, and is not provided as an alternative for text content, check that an alternative text version is available. |
21 | G159,G166 | If this embedded object contains pre-recorded video only, and is not provided as an alternative for text content, check that an alternative text version is available, or an audio track is provided that presents equivalent information. | |
22 | WCAG2A.Principle1.Guideline1_2.1_2_2 | G87,G93 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that captions are provided for audio content. |
23 | WCAG2A.Principle1.Guideline1_2.1_2_3 | G69,G78,G173,G8 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that an audio description of its video, and/or an alternative text version of the content is provided. |
24 | WCAG2A.Principle1.Guideline1_3.1_3_1 | H42.2 | Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags. |
25 | H93 | Multiple labels exist with the same "for" attribute. If these labels refer to different form controls, the controls should have unique "id" attributes. | |
26 | H44.NonExistent | This label's "for" attribute contains an ID that does not exist in the document. | |
27 | H44.NonExistentFragment | This label's "for" attribute contains an ID that does not exist in the document fragment. | |
28 | H44.NotFormControl | This label's "for" attribute contains an ID that points to an element that is not a form control. | |
29 | H44.NoForAttr | Label found without a "for" attribute, and therefore not explicitly associated with a form control. | |
30 | H44.NoId | Form control does not have an ID, therefore it cannot have an explicit label. | |
31 | H65.3 | Form control without a label contains an empty title attribute. The title attribute should identify the purpose of the control. | |
32 | H65 | Check that the title attribute identifies the purpose of the control, and that a label element is not appropriate. | |
33 | H44.2 | Form control does not have an explicit label or title attribute, identifying the purpose of the control. | |
34 | H44.NoLabelAllowed | Label element should not be used for this type of form control. | |
35 | H44.1.After | The label element for this control should be placed after this element. | |
36 | H44.1.Before | The label element for this control should be placed before this element. | |
37 | H49.[NodeName] | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
38 | H49.AlignAttr | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
39 | H42 | Heading markup should be used if this content is intended as a heading. | |
40 | H63.3 | Table cell has an invalid scope attribute. Valid values are row, col, rowgroup, or colgroup. | |
41 | H63.2 | Scope attributes on td elements that act as headers for other elements are obsolete in HTML5. Use a th element instead. | |
42 | H43.ScopeAmbiguous | Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead. | |
43 | H43.IncorrectAttr | Incorrect headers attribute on this td element. Expected "[expected headers]" but found "[actual headers]" | |
44 | H43.HeadersRequired | The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements. | |
45 | H43.MissingHeaderIds | Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements headers attributes.' | |
46 | H43.MissingHeadersAttrs | Not all td elements in this table contain a headers attribute. Each headers attribute should list the ids of all th elements associated with that cell. | |
47 | H43,H63 | The relationship between td elements and their associated th elements is not defined. Use either the scope attribute on th elements, or the headers attribute on td elements. | |
48 | H63.1 | Not all th elements in this table have a scope attribute. These cells should contain a scope attribute to identify their association with td elements. | |
49 | H39,H73.4 | If this table is a data table, and both a summary attribute and a caption element are present, the summary should not duplicate the caption. | |
50 | H73.3.Check | If this table is a data table, check that the summary attribute describes the tables organization or explains how to use the table.' | |
51 | H73.3.NoSummary | If this table is a data table, consider using the summary attribute of the table element to give an overview of this table. | |
52 | H39.3.Check | If this table is a data table, check that the caption element accurately describes this table. | |
53 | H39.3.NoCaption | If this table is a data table, consider using a caption element to the table element to identify this table. | |
54 | H71.3 | Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group. | |
55 | H85.2 | If this selection list contains groups of related options, they should be grouped with optgroup. | |
56 | H71.2 | Radio buttons or check boxes with the same name attribute must be contained within a fieldset element. | |
57 | H48.1 | Content appears to have the visual appearance of a bulleted list. It may be appropriate to mark this content up using a ul element. | |
58 | H48.2 | Content appears to have the visual appearance of a numbered list. It may be appropriate to mark this content up using an ol element. | |
59 | G141 | The heading structure is not logically nested. This [heading] element (should be a [correct heading] to be properly nested / appears to be the primary document heading, so should be an h1 element). | |
60 | H48 | If this element contains a navigation section, it is recommended that it be marked up as a list. | |
61 | WCAG2A.Principle1.Guideline1_3.1_3_2 | G57 | Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. |
62 | WCAG2A.Principle1.Guideline1_3.1_3_3 | G96 | Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. |
63 | WCAG2A.Principle1.Guideline1_4.1_4_1 | G14,G182 | Check that any information conveyed using colour alone is also available in text, or through other visual cues. |
64 | WCAG2A.Principle1.Guideline1_4.1_4_2 | F23 | If any audio plays automatically for longer than 3 seconds, check that there is the ability to pause, stop or mute the audio. |
65 | WCAG2A.Principle1.Guideline1_4.1_4_3 | F24.BGColour | Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image. |
66 | F24.FGColour | Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour. | |
67 | WCAG2A.Principle2.Guideline2_1.2_1_1 | SCR20.DblClick | Ensure the functionality provided by double-clicking on this element is available through the keyboard. |
68 | SCR20.MouseOver | Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event. | |
69 | SCR20.MouseOut | Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event. | |
70 | SCR20.MouseMove | Ensure the functionality provided by moving the mouse on this element is available through the keyboard. | |
71 | SCR20.MouseDown | Ensure the functionality provided by mousing down on this element is available through the keyboard; for instance, using the keydown event. | |
72 | SCR20.MouseUp | Ensure the functionality provided by mousing up on this element is available through the keyboard; for instance, using the keyup event. | |
73 | WCAG2A.Principle2.Guideline2_1.2_1_2 | F10 | Check that this applet or plugin provides the ability to move the focus away from itself when using the keyboard. |
74 | WCAG2A.Principle2.Guideline2_2.2_2_1 | F40.2 | Meta refresh tag used to redirect to another page, with a time limit that is not zero. Users cannot control this time limit. |
75 | F41.2 | Meta refresh tag used to refresh the current page. Users cannot control the time limit for this refresh. | |
76 | WCAG2A.Principle2.Guideline2_2.2_2_2 | SCR33,SCR22,G187,G152,G186,G191 | If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content. |
77 | F4 | Ensure there is a mechanism available to stop this blinking element in less than five seconds. | |
78 | F47 | Blink elements cannot satisfy the requirement that blinking information can be stopped within five seconds. | |
79 | WCAG2A.Principle2.Guideline2_3.2_3_1 | G19,G176 | Check that no component of the content flashes more than three times in any 1-second period, or that the size of any flashing area is sufficiently small. |
80 | WCAG2A.Principle2.Guideline2_4.2_4_1 | H64.1 | Iframe element requires a non-empty title attribute that identifies the frame. |
81 | H64.2 | Check that the title attribute of this element contains text that identifies the frame. | |
82 | G1,G123,G124,H69 | Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. | |
83 | G1,G123,G124.NoSuchId | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name. | |
84 | G1,G123,G124.NoSuchIdFragment2.4.2 | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name in the fragment tested. | |
85 | WCAG2A.Principle2.Guideline2_4.2_4_2 | H25.1.NoTitleEl | A title should be provided for the document, using a non-empty title element in the head section. |
86 | H25.1.EmptyTitle | The title element in the head section should be non-empty. | |
87 | WCAG2A.Principle2.Guideline2_4.2_4_2 | H25.2 | Check that the title element describes the document. |
88 | WCAG2A.Principle2.Guideline2_4.2_4_3 | H4.2 | If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content. |
89 | WCAG2A.Principle2.Guideline2_4.2_4_4 | H77,H78,H79,H80,H81,H33 | Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. |
90 | H77,H78,H79,H80,H81 | Check that the link text combined with programmatically determined link context identifies the purpose of the link. | |
91 | WCAG2A.Principle3.Guideline3_1.3_1_1 | H57.2 | The html element should have a lang or xml:lang attribute which describes the language of the document. |
92 | H57.3.Lang | The language specified in the lang attribute of the document element does not appear to be well-formed. | |
93 | H57.3.XmlLang | The language specified in the xml:lang attribute of the document element does not appear to be well-formed. | |
94 | WCAG2A.Principle3.Guideline3_2.3_2_1 | G107 | Check that a change of context does not occur when any input field receives focus. |
95 | WCAG2A.Principle3.Guideline3_2.3_2_2 | H32.2 | Form does not contain a submit button (input type="submit", input type="image", or button type="submit"). |
96 | WCAG2A.Principle3.Guideline3_3.3_3_1 | G83,G84,G85 | If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text. |
97 | WCAG2A.Principle3.Guideline3_3.3_3_2 | G131,G89,G184,H90 | Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. |
98 | WCAG2A.Principle4.Guideline4_1.4_1_1 | F77 | Duplicate id attribute value "[Element ID]" found on the web page. |
99 | WCAG2A.Principle4.Guideline4_1.4_1_2 | H91.A.Empty | Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element. |
100 | H91.A.EmptyWithName | Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element. | |
101 | H91.A.EmptyNoId | Anchor element found with no link content and no name and/or ID attribute. | |
102 | H91.A.NoHref | Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element. | |
103 | H91.A.Placeholder | Anchor element found with link content, but no href and/or ID attribute has been supplied. | |
104 | H91.A.NoContent | Anchor element found with a valid href attribute, but no link content has been supplied. | |
105 | H91.[NodeName].Name | This [element type] does not have a name available to an accessibility API. Valid names are [valid names for this element]. | |
106 | H91.[NodeName].Value | This [element type] does not have a value available to an accessibility API. Add one [using a element-specific method]. | |
107 | WCAG2AA.Principle1.Guideline1_1.1_1_1 | H30.2 | Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link. |
108 | H37 | Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. | |
109 | H67.1 | Img element with empty alt text must have absent or empty title attribute. | |
110 | H67.2 | Img element is marked so that it is ignored by Assistive Technology. | |
111 | G94.Image | Ensure that the img element's alt text serves the same purpose and presents the same information as the image. | |
112 | H36 | Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute | |
113 | G94.Button | Ensure that the image submit button's alt text identifies the purpose of the button. | |
114 | H24 | Area element in an image map missing an alt attribute. Each area element must have a text alternative that describes the function of the image map area. | |
115 | H24.2 | Ensure that the area element's text alternative serves the same purpose as the part of image map image it references. | |
116 | G73,G74 | If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link. | |
117 | H2.EG5 | Img element inside a link must not use alt text that duplicates the text content of the link. | |
118 | H2.EG4 | Img element inside a link has empty or missing alt text when a link beside it contains link text. Consider combining the links. | |
119 | H2.EG3 | Img element inside a link must not use alt text that duplicates the content of a text link beside it. | |
120 | H53 | Object elements must contain a text alternative after all other alternatives are exhausted. | |
121 | G94,G92.Object | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
122 | H35.3 | Applet elements must contain a text alternative in the element's body, for browsers without support for the applet element. | |
123 | H35.2 | Applet elements must contain an alt attribute, to provide a text alternative to browsers supporting the element but are unable to load the applet. | |
124 | G94,G92.Applet | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
125 | WCAG2AA.Principle1.Guideline1_2.1_2_1 | G158 | If this embedded object contains pre-recorded audio only, and is not provided as an alternative for text content, check that an alternative text version is available. |
126 | G159,G166 | If this embedded object contains pre-recorded video only, and is not provided as an alternative for text content, check that an alternative text version is available, or an audio track is provided that presents equivalent information. | |
127 | WCAG2AA.Principle1.Guideline1_2.1_2_2 | G87,G93 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that captions are provided for audio content. |
128 | WCAG2AA.Principle1.Guideline1_2.1_2_4 | G9,G87,G93 | If this embedded object contains synchronised media, check that captions are provided for live audio content. |
129 | WCAG2AA.Principle1.Guideline1_2.1_2_5 | G78,G173,G8 | If this embedded object contains pre-recorded synchronised media, check that an audio description is provided for its video content. |
130 | WCAG2AA.Principle1.Guideline1_3.1_3_1 | H42.2 | Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags. |
131 | H93 | Multiple labels exist with the same "for" attribute. If these labels refer to different form controls, the controls should have unique "id" attributes. | |
132 | H44.NonExistent | This label's "for" attribute contains an ID that does not exist in the document. | |
133 | H44.NonExistentFragment | This label's "for" attribute contains an ID that does not exist in the document fragment. | |
134 | H44.NotFormControl | This label's "for" attribute contains an ID that points to an element that is not a form control. | |
135 | H44.NoForAttr | Label found without a "for" attribute, and therefore not explicitly associated with a form control. | |
136 | H44.NoId | Form control does not have an ID, therefore it cannot have an explicit label. | |
137 | H65.3 | Form control without a label contains an empty title attribute. The title attribute should identify the purpose of the control. | |
138 | H65 | Check that the title attribute identifies the purpose of the control, and that a label element is not appropriate. | |
139 | H44.2 | Form control does not have an explicit label or title attribute, identifying the purpose of the control. | |
140 | H44.NoLabelAllowed | Label element should not be used for this type of form control. | |
141 | H44.1.After | The label element for this control should be placed after this element. | |
142 | H44.1.Before | The label element for this control should be placed before this element. | |
143 | H49.[NodeName] | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
144 | H49.AlignAttr | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
145 | H42 | Heading markup should be used if this content is intended as a heading. | |
146 | H63.3 | Table cell has an invalid scope attribute. Valid values are row, col, rowgroup, or colgroup. | |
147 | H63.2 | Scope attributes on td elements that act as headers for other elements are obsolete in HTML5. Use a th element instead. | |
148 | H43.ScopeAmbiguous | Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead. | |
149 | H43.IncorrectAttr | Incorrect headers attribute on this td element. Expected "[expected headers]" but found "[actual headers]" | |
150 | H43.HeadersRequired | The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements. | |
151 | H43.MissingHeaderIds | Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements headers attributes.' | |
152 | H43.MissingHeadersAttrs | Not all td elements in this table contain a headers attribute. Each headers attribute should list the ids of all th elements associated with that cell. | |
153 | H43,H63 | The relationship between td elements and their associated th elements is not defined. Use either the scope attribute on th elements, or the headers attribute on td elements. | |
154 | H63.1 | Not all th elements in this table have a scope attribute. These cells should contain a scope attribute to identify their association with td elements. | |
155 | H39,H73.4 | If this table is a data table, and both a summary attribute and a caption element are present, the summary should not duplicate the caption. | |
156 | H73.3.Check | If this table is a data table, check that the summary attribute describes the tables organization or explains how to use the table.' | |
157 | H73.3.NoSummary | If this table is a data table, consider using the summary attribute of the table element to give an overview of this table. | |
158 | H39.3.Check | If this table is a data table, check that the caption element accurately describes this table. | |
159 | H39.3.NoCaption | If this table is a data table, consider using a caption element to the table element to identify this table. | |
160 | H71.3 | Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group. | |
161 | H85.2 | If this selection list contains groups of related options, they should be grouped with optgroup. | |
162 | H71.2 | Radio buttons or check boxes with the same name attribute must be contained within a fieldset element. | |
163 | H48.1 | Content appears to have the visual appearance of a bulleted list. It may be appropriate to mark this content up using a ul element. | |
164 | H48.2 | Content appears to have the visual appearance of a numbered list. It may be appropriate to mark this content up using an ol element. | |
165 | G141 | The heading structure is not logically nested. This [heading] element (should be a [correct heading] to be properly nested / appears to be the primary document heading, so should be an h1 element). | |
166 | H48 | If this element contains a navigation section, it is recommended that it be marked up as a list. | |
167 | WCAG2AA.Principle1.Guideline1_3.1_3_2 | G57 | Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. |
168 | WCAG2AA.Principle1.Guideline1_3.1_3_3 | G96 | Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. |
169 | WCAG2AA.Principle1.Guideline1_4.1_4_1 | G14,G182 | Check that any information conveyed using colour alone is also available in text, or through other visual cues. |
170 | WCAG2AA.Principle1.Guideline1_4.1_4_2 | F23 | If any audio plays automatically for longer than 3 seconds, check that there is the ability to pause, stop or mute the audio. |
171 | WCAG2AA.Principle1.Guideline1_4.1_4_3 | G18 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. |
172 | G145 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 3:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. | |
173 | G18 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1. | |
174 | G145 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1. | |
175 | F24.BGColour | Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image. | |
176 | F24.FGColour | Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour. | |
177 | WCAG2AA.Principle1.Guideline1_4.1_4_4 | G142 | Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality. |
178 | WCAG2AA.Principle1.Guideline1_4.1_4_5 | G140,C22,C30.AALevel | If the technologies being used can achieve the visual presentation, check that text is used to convey information rather than images of text, except when the image of text is essential to the information being conveyed, or can be visually customised to the user's requirements. |
179 | WCAG2AA.Principle2.Guideline2_1.2_1_1 | SCR20.DblClick | Ensure the functionality provided by double-clicking on this element is available through the keyboard. |
180 | SCR20.MouseOver | Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event. | |
181 | SCR20.MouseOut | Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event. | |
182 | SCR20.MouseMove | Ensure the functionality provided by moving the mouse on this element is available through the keyboard. | |
183 | SCR20.MouseDown | Ensure the functionality provided by mousing down on this element is available through the keyboard; for instance, using the keydown event. | |
184 | SCR20.MouseUp | Ensure the functionality provided by mousing up on this element is available through the keyboard; for instance, using the keyup event. | |
185 | WCAG2AA.Principle2.Guideline2_1.2_1_2 | F10 | Check that this applet or plugin provides the ability to move the focus away from itself when using the keyboard. |
186 | WCAG2AA.Principle2.Guideline2_2.2_2_1 | F40.2 | Meta refresh tag used to redirect to another page, with a time limit that is not zero. Users cannot control this time limit. |
187 | F41.2 | Meta refresh tag used to refresh the current page. Users cannot control the time limit for this refresh. | |
188 | WCAG2AA.Principle2.Guideline2_2.2_2_2 | SCR33,SCR22,G187,G152,G186,G191 | If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content. |
189 | F4 | Ensure there is a mechanism available to stop this blinking element in less than five seconds. | |
190 | F47 | Blink elements cannot satisfy the requirement that blinking information can be stopped within five seconds. | |
191 | WCAG2AA.Principle2.Guideline2_3.2_3_1 | G19,G176 | Check that no component of the content flashes more than three times in any 1-second period, or that the size of any flashing area is sufficiently small. |
192 | WCAG2AA.Principle2.Guideline2_4.2_4_1 | H64.1 | Iframe element requires a non-empty title attribute that identifies the frame. |
193 | H64.2 | Check that the title attribute of this element contains text that identifies the frame. | |
194 | G1,G123,G124,H69 | Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. | |
195 | G1,G123,G124.NoSuchId | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name. | |
196 | G1,G123,G124.NoSuchIdFragment2.4.2 | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name in the fragment tested. | |
197 | WCAG2AA.Principle2.Guideline2_4.2_4_2 | H25.1.NoTitleEl | A title should be provided for the document, using a non-empty title element in the head section. |
198 | H25.1.EmptyTitle | The title element in the head section should be non-empty. | |
199 | H25.2 | Check that the title element describes the document. | |
200 | WCAG2AA.Principle2.Guideline2_4.2_4_3 | H4.2 | If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content. |
201 | WCAG2AA.Principle2.Guideline2_4.2_4_4 | H77,H78,H79,H80,H81,H33 | Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. |
202 | H77,H78,H79,H80,H81 | Check that the link text combined with programmatically determined link context identifies the purpose of the link. | |
203 | WCAG2AA.Principle2.Guideline2_4.2_4_5 | G125,G64,G63,G161,G126,G185 | If this Web page is not part of a linear process, check that there is more than one way of locating this Web page within a set of Web pages. |
204 | WCAG2AA.Principle2.Guideline2_4.2_4_6 | G130,G131 | Check that headings and labels describe topic or purpose. |
205 | WCAG2AA.Principle2.Guideline2_4.2_4_7 | G149,G165,G195,C15,SCR31 | Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls. |
206 | WCAG2AA.Principle3.Guideline3_1.3_1_1 | H57.2 | The html element should have a lang or xml:lang attribute which describes the language of the document. |
207 | H57.3.Lang | The language specified in the lang attribute of the document element does not appear to be well-formed. | |
208 | H57.3.XmlLang | The language specified in the xml:lang attribute of the document element does not appear to be well-formed. | |
209 | WCAG2AA.Principle3.Guideline3_1.3_1_2 | H58 | Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate. |
210 | H58.1.Lang | The language specified in the lang attribute of this element does not appear to be well-formed. | |
211 | H58.1.XmlLang | The language specified in the xml:lang attribute of this element does not appear to be well-formed. | |
212 | WCAG2AA.Principle3.Guideline3_2.3_2_1 | G107 | Check that a change of context does not occur when any input field receives focus. |
213 | WCAG2AA.Principle3.Guideline3_2.3_2_2 | H32.2 | Form does not contain a submit button (input type="submit", input type="image", or button type="submit"). |
214 | WCAG2AA.Principle3.Guideline3_2.3_2_3 | G61 | Check that navigational mechanisms that are repeated on multiple Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user. |
215 | WCAG2AA.Principle3.Guideline3_2.3_2_4 | G197 | Check that components that have the same functionality within this Web page are identified consistently in the set of Web pages to which it belongs. |
216 | WCAG2AA.Principle3.Guideline3_3.3_3_1 | G83,G84,G85 | If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text. |
217 | WCAG2AA.Principle3.Guideline3_3.3_3_2 | G131,G89,G184,H90 | Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. |
218 | WCAG2AA.Principle3.Guideline3_3.3_3_3 | G177 | Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content. |
219 | WCAG2AA.Principle3.Guideline3_3.3_3_4 | G98,G99,G155,G164,G168.LegalForms | If this form would bind a user to a financial or legal commitment, modify/delete user-controllable data, or submit test responses, ensure that submissions are either reversible, checked for input errors, and/or confirmed by the user. |
220 | WCAG2AA.Principle4.Guideline4_1.4_1_1 | F77 | Duplicate id attribute value "[Element ID]" found on the web page. |
221 | WCAG2AA.Principle4.Guideline4_1.4_1_2 | H91.A.Empty | Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element. |
222 | H91.A.EmptyWithName | Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element. | |
223 | H91.A.EmptyNoId | Anchor element found with no link content and no name and/or ID attribute. | |
224 | H91.A.NoHref | Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element. | |
225 | H91.A.Placeholder | Anchor element found with link content, but no href and/or ID attribute has been supplied. | |
226 | H91.A.NoContent | Anchor element found with a valid href attribute, but no link content has been supplied. | |
227 | H91.[NodeName].Name | This [element type] does not have a name available to an accessibility API. Valid names are [valid names for this element]. | |
228 | H91.[NodeName].Value | This [element type] does not have a value available to an accessibility API. Add one [using a element-specific method]. | |
229 | WCAG2AAA.Principle1.Guideline1_1.1_1_1 | H30.2 | Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link. |
230 | H37 | Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. | |
231 | H67.1 | Img element with empty alt text must have absent or empty title attribute. | |
232 | H67.2 | Img element is marked so that it is ignored by Assistive Technology. | |
233 | G94.Image | Ensure that the img element's alt text serves the same purpose and presents the same information as the image. | |
234 | H36 | Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute | |
235 | G94.Button | Ensure that the image submit button's alt text identifies the purpose of the button. | |
236 | H24 | Area element in an image map missing an alt attribute. Each area element must have a text alternative that describes the function of the image map area. | |
237 | H24.2 | Ensure that the area element's text alternative serves the same purpose as the part of image map image it references. | |
238 | G73,G74 | If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link. | |
239 | H2.EG5 | Img element inside a link must not use alt text that duplicates the text content of the link. | |
240 | H2.EG4 | Img element inside a link has empty or missing alt text when a link beside it contains link text. Consider combining the links. | |
241 | H2.EG3 | Img element inside a link must not use alt text that duplicates the content of a text link beside it. | |
242 | H53 | Object elements must contain a text alternative after all other alternatives are exhausted. | |
243 | G94,G92.Object | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
244 | H35.3 | Applet elements must contain a text alternative in the element's body, for browsers without support for the applet element. | |
245 | H35.2 | Applet elements must contain an alt attribute, to provide a text alternative to browsers supporting the element but are unable to load the applet. | |
246 | G94,G92.Applet | Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information. | |
247 | WCAG2AAA.Principle1.Guideline1_2.1_2_1 | G158 | If this embedded object contains pre-recorded audio only, and is not provided as an alternative for text content, check that an alternative text version is available. |
248 | G159,G166 | If this embedded object contains pre-recorded video only, and is not provided as an alternative for text content, check that an alternative text version is available, or an audio track is provided that presents equivalent information. | |
249 | WCAG2AAA.Principle1.Guideline1_2.1_2_2 | G87,G93 | If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that captions are provided for audio content. |
250 | WCAG2AAA.Principle1.Guideline1_2.1_2_4 | G9,G87,G93 | If this embedded object contains synchronised media, check that captions are provided for live audio content. |
251 | WCAG2AAA.Principle1.Guideline1_2.1_2_5 | G78,G173,G8 | If this embedded object contains pre-recorded synchronised media, check that an audio description is provided for its video content. |
252 | WCAG2AAA.Principle1.Guideline1_2.1_2_6 | G54,G81 | If this embedded object contains pre-recorded synchronised media, check that a sign language interpretation is provided for its audio. |
253 | WCAG2AAA.Principle1.Guideline1_2.1_2_7 | G8 | If this embedded object contains synchronised media, and where pauses in foreground audio is not sufficient to allow audio descriptions to convey the sense of pre-recorded video, check that an extended audio description is provided, either through scripting or an alternate version. |
254 | WCAG2AAA.Principle1.Guideline1_2.1_2_8 | G69,G159 | If this embedded object contains pre-recorded synchronised media or video-only content, check that an alternative text version of the content is provided. |
255 | WCAG2AAA.Principle1.Guideline1_2.1_2_9 | G150,G151,G157 | If this embedded object contains live audio-only content, check that an alternative text version of the content is provided. |
256 | WCAG2AAA.Principle1.Guideline1_3.1_3_1 | H42.2 | Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags. |
257 | H93 | Multiple labels exist with the same "for" attribute. If these labels refer to different form controls, the controls should have unique "id" attributes. | |
258 | H44.NonExistent | This label's "for" attribute contains an ID that does not exist in the document. | |
259 | H44.NonExistentFragment | This label's "for" attribute contains an ID that does not exist in the document fragment. | |
260 | H44.NotFormControl | This label's "for" attribute contains an ID that points to an element that is not a form control. | |
261 | H44.NoForAttr | Label found without a "for" attribute, and therefore not explicitly associated with a form control. | |
262 | H44.NoId | Form control does not have an ID, therefore it cannot have an explicit label. | |
263 | H65.3 | Form control without a label contains an empty title attribute. The title attribute should identify the purpose of the control. | |
264 | H65 | Check that the title attribute identifies the purpose of the control, and that a label element is not appropriate. | |
265 | H44.2 | Form control does not have an explicit label or title attribute, identifying the purpose of the control. | |
266 | H44.NoLabelAllowed | Label element should not be used for this type of form control. | |
267 | H44.1.After | The label element for this control should be placed after this element. | |
268 | H44.1.Before | The label element for this control should be placed before this element. | |
269 | H49.[NodeName] | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
270 | H49.AlignAttr | Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined. | |
271 | H42 | Heading markup should be used if this content is intended as a heading. | |
272 | H63.3 | Table cell has an invalid scope attribute. Valid values are row, col, rowgroup, or colgroup. | |
273 | H63.2 | Scope attributes on td elements that act as headers for other elements are obsolete in HTML5. Use a th element instead. | |
274 | H43.ScopeAmbiguous | Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead. | |
275 | H43.IncorrectAttr | Incorrect headers attribute on this td element. Expected "[expected headers]" but found "[actual headers]" | |
276 | H43.HeadersRequired | The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements. | |
277 | H43.MissingHeaderIds | Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements headers attributes.' | |
278 | H43.MissingHeadersAttrs | Not all td elements in this table contain a headers attribute. Each headers attribute should list the ids of all th elements associated with that cell. | |
279 | H43,H63 | The relationship between td elements and their associated th elements is not defined. Use either the scope attribute on th elements, or the headers attribute on td elements. | |
280 | H63.1 | Not all th elements in this table have a scope attribute. These cells should contain a scope attribute to identify their association with td elements. | |
281 | H39,H73.4 | If this table is a data table, and both a summary attribute and a caption element are present, the summary should not duplicate the caption. | |
282 | H73.3.Check | If this table is a data table, check that the summary attribute describes the tables organization or explains how to use the table.' | |
283 | H73.3.NoSummary | If this table is a data table, consider using the summary attribute of the table element to give an overview of this table. | |
284 | H39.3.Check | If this table is a data table, check that the caption element accurately describes this table. | |
285 | H39.3.NoCaption | If this table is a data table, consider using a caption element to the table element to identify this table. | |
286 | H71.3 | Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group. | |
287 | H85.2 | If this selection list contains groups of related options, they should be grouped with optgroup. | |
288 | H71.2 | Radio buttons or check boxes with the same name attribute must be contained within a fieldset element. | |
289 | H48.1 | Content appears to have the visual appearance of a bulleted list. It may be appropriate to mark this content up using a ul element. | |
290 | H48.2 | Content appears to have the visual appearance of a numbered list. It may be appropriate to mark this content up using an ol element. | |
291 | G141 | The heading structure is not logically nested. This [heading] element (should be a [correct heading] to be properly nested / appears to be the primary document heading, so should be an h1 element). | |
292 | H48 | If this element contains a navigation section, it is recommended that it be marked up as a list. | |
293 | WCAG2AAA.Principle1.Guideline1_3.1_3_2 | G57 | Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. |
294 | WCAG2AAA.Principle1.Guideline1_3.1_3_3 | G96 | Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. |
295 | WCAG2AAA.Principle1.Guideline1_4.1_4_1 | G14,G182 | Check that any information conveyed using colour alone is also available in text, or through other visual cues. |
296 | WCAG2AAA.Principle1.Guideline1_4.1_4_2 | F23 | If any audio plays automatically for longer than 3 seconds, check that there is the ability to pause, stop or mute the audio. |
297 | WCAG2AAA.Principle1.Guideline1_4.1_4_6 | G17 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. |
298 | G18 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of {value}. Recommendation: {colour recommendations}. | |
299 | G17 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1. | |
300 | G18 | This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1. | |
301 | WCAG2AAA.Principle1.Guideline1_4.1_4_7 | G56 | For pre-recorded audio-only content that is primarily speech (such as narration), any background sounds should be muteable, or be at least 20 dB (or about 4 times) quieter than the speech. |
302 | WCAG2AAA.Principle1.Guideline1_4.1_4_8 | G148,G156,G175 | Check that a mechanism is available for the user to select foreground and background colours for blocks of text, either through the Web page or the browser. |
303 | H87,C20 | Check that a mechanism exists to reduce the width of a block of text to no more than 80 characters (or 40 in Chinese, Japanese or Korean script). | |
304 | C19,G172,G169 | Check that blocks of text are not fully justified - that is, to both left and right edges - or a mechanism exists to remove full justification. | |
305 | G188,C21 | Check that line spacing in blocks of text are at least 150% in paragraphs, and paragraph spacing is at least 1.5 times the line spacing, or that a mechanism is available to achieve this. | |
306 | H87,G146,C26 | Check that text can be resized without assistive technology up to 200 percent without requiring the user to scroll horizontally on a full-screen window. | |
307 | WCAG2AAA.Principle1.Guideline1_4.1_4_9 | G140,C22,C30.NoException | Check that images of text are only used for pure decoration or where a particular presentation of text is essential to the information being conveyed. |
308 | WCAG2AAA.Principle2.Guideline2_1.2_1_1 | SCR20.DblClick | Ensure the functionality provided by double-clicking on this element is available through the keyboard. |
309 | SCR20.MouseOver | Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event. | |
310 | SCR20.MouseOut | Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event. | |
311 | SCR20.MouseMove | Ensure the functionality provided by moving the mouse on this element is available through the keyboard. | |
312 | SCR20.MouseDown | Ensure the functionality provided by mousing down on this element is available through the keyboard; for instance, using the keydown event. | |
313 | SCR20.MouseUp | Ensure the functionality provided by mousing up on this element is available through the keyboard; for instance, using the keyup event. | |
314 | WCAG2AAA.Principle2.Guideline2_1.2_1_2 | F10 | Check that this applet or plugin provides the ability to move the focus away from itself when using the keyboard. |
315 | WCAG2AAA.Principle2.Guideline2_2.2_2_1 | F40.2 | Meta refresh tag used to redirect to another page, with a time limit that is not zero. Users cannot control this time limit. |
316 | F41.2 | Meta refresh tag used to refresh the current page. Users cannot control the time limit for this refresh. | |
317 | WCAG2AAA.Principle2.Guideline2_2.2_2_2 | SCR33,SCR22,G187,G152,G186,G191 | If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content. |
318 | F4 | Ensure there is a mechanism available to stop this blinking element in less than five seconds. | |
319 | F47 | Blink elements cannot satisfy the requirement that blinking information can be stopped within five seconds. | |
320 | WCAG2AAA.Principle2.Guideline2_2.2_2_3 | G5 | Check that timing is not an essential part of the event or activity presented by the content, except for non-interactive synchronized media and real-time events. |
321 | WCAG2AAA.Principle2.Guideline2_2.2_2_4 | SCR14 | Check that all interruptions (including updates to content) can be postponed or suppressed by the user, except interruptions involving an emergency. |
322 | WCAG2AAA.Principle2.Guideline2_2.2_2_5 | G105,G181 | If this Web page is part of a set of Web pages with an inactivity time limit, check that an authenticated user can continue the activity without loss of data after re-authenticating. |
323 | WCAG2AAA.Principle2.Guideline2_3.2_3_2 | G19 | Check that no component of the content flashes more than three times in any 1-second period. |
324 | WCAG2AAA.Principle2.Guideline2_4.2_4_1 | H64.1 | Iframe element requires a non-empty title attribute that identifies the frame. |
325 | H64.2 | Check that the title attribute of this element contains text that identifies the frame. | |
326 | G1,G123,G124,H69 | Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. | |
327 | G1,G123,G124.NoSuchId | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name. | |
328 | G1,G123,G124.NoSuchIdFragment2.4.2 | This link points to a named anchor "[link target]" within the document, but no anchor exists with that name in the fragment tested. | |
329 | WCAG2AAA.Principle2.Guideline2_4.2_4_2 | H25.1.NoTitleEl | A title should be provided for the document, using a non-empty title element in the head section. |
330 | H25.1.EmptyTitle | The title element in the head section should be non-empty. | |
331 | H25.2 | Check that the title element describes the document. | |
332 | WCAG2AAA.Principle2.Guideline2_4.2_4_3 | H4.2 | If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content. |
333 | WCAG2AAA.Principle2.Guideline2_4.2_4_5 | G125,G64,G63,G161,G126,G185 | If this Web page is not part of a linear process, check that there is more than one way of locating this Web page within a set of Web pages. |
334 | WCAG2AAA.Principle2.Guideline2_4.2_4_6 | G130,G131 | Check that headings and labels describe topic or purpose. |
335 | WCAG2AAA.Principle2.Guideline2_4.2_4_7 | G149,G165,G195,C15,SCR31 | Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls. |
336 | WCAG2AAA.Principle2.Guideline2_4.2_4_8 | H59.1 | Link elements can only be located in the head section of the document. |
337 | H59.2a | Link element is missing a non-empty rel attribute identifying the link type. | |
338 | H59.2b | Link element is missing a non-empty href attribute pointing to the resource being linked. | |
339 | WCAG2AAA.Principle2.Guideline2_4.2_4_9 | H30 | Check that text of the link describes the purpose of the link. |
340 | WCAG2AAA.Principle3.Guideline3_1.3_1_1 | H57.2 | The html element should have a lang or xml:lang attribute which describes the language of the document. |
341 | H57.3.Lang | The language specified in the lang attribute of the document element does not appear to be well-formed. | |
342 | H57.3.XmlLang | The language specified in the xml:lang attribute of the document element does not appear to be well-formed. | |
343 | WCAG2AAA.Principle3.Guideline3_1.3_1_2 | H58 | Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate. |
344 | H58.1.Lang | The language specified in the lang attribute of this element does not appear to be well-formed. | |
345 | H58.1.XmlLang | The language specified in the xml:lang attribute of this element does not appear to be well-formed. | |
346 | WCAG2AAA.Principle3.Guideline3_1.3_1_3 | H40,H54,H60,G62,G70 | Check that there is a mechanism available for identifying specific definitions of words or phrases used in an unusual or restricted way, including idioms and jargon. |
347 | WCAG2AAA.Principle3.Guideline3_1.3_1_4 | G102,G55,G62,H28,G97 | Check that a mechanism for identifying the expanded form or meaning of abbreviations is available. |
348 | WCAG2AAA.Principle3.Guideline3_1.3_1_5 | G86,G103,G79,G153,G160 | Where the content requires reading ability more advanced than the lower secondary education level, supplemental content or an alternative version should be provided. |
349 | WCAG2AAA.Principle3.Guideline3_1.3_1_6 | H62.1.HTML5 | Ruby element does not contain an rt element containing pronunciation information for its body text. |
350 | H62.1.XHTML11 | Ruby element does not contain an rt element containing pronunciation information for the text inside the rb element. | |
351 | H62.2 | Ruby element does not contain rp elements, which provide extra punctuation to browsers not supporting ruby text. | |
352 | WCAG2AAA.Principle3.Guideline3_2.3_2_1 | G107 | Check that a change of context does not occur when any input field receives focus. |
353 | WCAG2AAA.Principle3.Guideline3_2.3_2_2 | H32.2 | Form does not contain a submit button (input type="submit", input type="image", or button type="submit"). |
354 | WCAG2AAA.Principle3.Guideline3_2.3_2_3 | G61 | Check that navigational mechanisms that are repeated on multiple Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user. |
355 | WCAG2AAA.Principle3.Guideline3_2.3_2_4 | G197 | Check that components that have the same functionality within this Web page are identified consistently in the set of Web pages to which it belongs. |
356 | WCAG2AAA.Principle3.Guideline3_2.3_2_5 | H83.3 | Check that this link's link text contains information indicating that the link will open in a new window. |
357 | WCAG2AAA.Principle3.Guideline3_3.3_3_1 | G83,G84,G85 | If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text. |
358 | WCAG2AAA.Principle3.Guideline3_3.3_3_2 | G131,G89,G184,H90 | Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. |
359 | WCAG2AAA.Principle3.Guideline3_3.3_3_3 | G177 | Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content. |
360 | WCAG2AAA.Principle3.Guideline3_3.3_3_5 | G71,G184,G193 | Check that context-sensitive help is available for this form, at a Web-page and/or control level. |
361 | WCAG2AAA.Principle3.Guideline3_3.3_3_6 | G98,G99,G155,G164,G168.AllForms | Check that submissions to this form are either reversible, checked for input errors, and/or confirmed by the user. |
362 | WCAG2AAA.Principle4.Guideline4_1.4_1_1 | F77 | Duplicate id attribute value "[Element ID]" found on the web page. |
363 | WCAG2AAA.Principle4.Guideline4_1.4_1_2 | H91.A.Empty | Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element. |
364 | H91.A.EmptyWithName | Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element. | |
365 | H91.A.EmptyNoId | Anchor element found with no link content and no name and/or ID attribute. | |
366 | H91.A.NoHref | Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element. | |
367 | H91.A.Placeholder | Anchor element found with link content, but no href and/or ID attribute has been supplied. | |
368 | H91.A.NoContent | Anchor element found with a valid href attribute, but no link content has been supplied. | |
369 | H91.[NodeName].Name | This [element type] does not have a name available to an accessibility API. Valid names are [valid names for this element]. | |
370 | H91.[NodeName].Value | This [element type] does not have a value available to an accessibility API. Add one [using a element-specific method]. |
1 | Short description | WCAG level (A/AA/AAA) | Severity | English explanation | wcag_code | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7 | Missing name attribute | A | Error | [Button] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Button.Name | ||||||||||||||||||||||
10 | Missing name attribute | A | Error | [Text] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name | ||||||||||||||||||||||
15 | Missing name attribute | A | Error | [Anchor] element with no name attribute | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.Name | ||||||||||||||||||||||
16 | Missing name attribute | A | Error | [Textarea] element with no name attribute | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Textarea.Name | ||||||||||||||||||||||
21 | Missing name attribute | A | Error | [Fieldset] element with no name attribute | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Fieldset.Name | ||||||||||||||||||||||
24 | Missing name attribute | A | Error | [Email] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name | ||||||||||||||||||||||
26 | Missing name attribute | A | Error | [List box] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Select.Name | ||||||||||||||||||||||
29 | Missing name attribute | A | Error | [Button] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputButton.Name | ||||||||||||||||||||||
32 | Missing name attribute | A | Error | [Div] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Div.Name | ||||||||||||||||||||||
35 | Missing name attribute | A | Error | [Radio button] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputRadio.Name | ||||||||||||||||||||||
43 | Missing name attribute | A | Error | [Image] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputImage.Name | ||||||||||||||||||||||
44 | Missing name attribute | A | Error | [Text] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputPassword.Name | ||||||||||||||||||||||
45 | Missing name attribute | A | Error | [Text] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name | ||||||||||||||||||||||
47 | Missing name attribute | A | Error | [Text] element does not have a name | WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputFile.Name |
1 | Clause | Offset | Clause ID | Unique clauses | Total unique | |
---|---|---|---|---|---|---|
2 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_1_1 | 59 | 1.1.1 |
3 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_2_1 | 1.2.1 | |
4 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_2_2 | 1.2.2 | |
5 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_2_3 | 1.2.3 | |
6 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_3_1 | 1.3.1 | |
7 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_3_2 | 1.3.2 | |
8 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_3_3 | 1.3.3 | |
9 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_4_1 | 1.4.1 | |
10 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_4_2 | 1.4.2 | |
11 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 1_4_3 | 1.4.3 | |
12 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_1_1 | 2.1.1 | |
13 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_1_2 | 2.1.2 | |
14 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_2_1 | 2.2.1 | |
15 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_2_2 | 2.2.2 | |
16 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_3_1 | 2.3.1 | |
17 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_4_1 | 2.4.1 | |
18 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_4_2 | 2.4.2 | |
19 | WCAG2A.Principle1.Guideline1_1.1_1_1 | 31 | 1_1_1 | 2_4_3 | 2.4.3 | |
20 | WCAG2A.Principle1.Guideline1_2.1_2_1 | 31 | 1_2_1 | 2_4_4 | 2.4.4 | |
21 | WCAG2A.Principle1.Guideline1_2.1_2_2 | 31 | 1_2_2 | 3_1_1 | 3.1.1 | |
22 | WCAG2A.Principle1.Guideline1_2.1_2_3 | 31 | 1_2_3 | 3_2_1 | 3.2.1 | |
23 | WCAG2A.Principle1.Guideline1_3.1_3_1 | 31 | 1_3_1 | 3_2_2 | 3.2.2 | |
24 | WCAG2A.Principle1.Guideline1_3.1_3_1 | 31 | 1_3_1 | 3_3_1 | 3.3.1 | |
25 | WCAG2A.Principle1.Guideline1_3.1_3_2 | 31 | 1_3_2 | 3_3_2 | 3.3.2 | |
26 | WCAG2A.Principle1.Guideline1_3.1_3_3 | 31 | 1_3_3 | 4_1_1 | 4.1.1 | |
27 | WCAG2A.Principle1.Guideline1_4.1_4_1 | 31 | 1_4_1 | 4_1_2 | 4.1.2 | |
28 | WCAG2A.Principle1.Guideline1_4.1_4_2 | 31 | 1_4_2 | 1_2_4 | 1.2.4 | |
29 | WCAG2A.Principle1.Guideline1_4.1_4_3 | 31 | 1_4_3 | 1_2_5 | 1.2.5 | |
30 | WCAG2A.Principle2.Guideline2_1.2_1_1 | 31 | 2_1_1 | 1_4_4 | 1.4.4 | |
31 | WCAG2A.Principle2.Guideline2_1.2_1_2 | 31 | 2_1_2 | 1_4_5 | 1.4.5 | |
32 | WCAG2A.Principle2.Guideline2_2.2_2_1 | 31 | 2_2_1 | 2_4_5 | 2.4.5 | |
33 | WCAG2A.Principle2.Guideline2_2.2_2_2 | 31 | 2_2_2 | 2_4_6 | 2.4.6 | |
34 | WCAG2A.Principle2.Guideline2_3.2_3_1 | 31 | 2_3_1 | 2_4_7 | 2.4.7 | |
35 | WCAG2A.Principle2.Guideline2_4.2_4_1 | 31 | 2_4_1 | 3_1_2 | 3.1.2 | |
36 | WCAG2A.Principle2.Guideline2_4.2_4_2 | 31 | 2_4_2 | 3_2_3 | 3.2.3 | |
37 | WCAG2A.Principle2.Guideline2_4.2_4_2 | 31 | 2_4_2 | 3_2_4 | 3.2.4 | |
38 | WCAG2A.Principle2.Guideline2_4.2_4_3 | 31 | 2_4_3 | 3_3_3 | 3.3.3 | |
39 | WCAG2A.Principle2.Guideline2_4.2_4_4 | 31 | 2_4_4 | 3_3_4 | 3.3.4 | |
40 | WCAG2A.Principle3.Guideline3_1.3_1_1 | 31 | 3_1_1 | 1_2_6 | 1.2.6 | |
41 | WCAG2A.Principle3.Guideline3_2.3_2_1 | 31 | 3_2_1 | 1_2_7 | 1.2.7 | |
42 | WCAG2A.Principle3.Guideline3_2.3_2_2 | 31 | 3_2_2 | 1_2_8 | 1.2.8 | |
43 | WCAG2A.Principle3.Guideline3_3.3_3_1 | 31 | 3_3_1 | 1_2_9 | 1.2.9 | |
44 | WCAG2A.Principle3.Guideline3_3.3_3_2 | 31 | 3_3_2 | 1_4_6 | 1.4.6 | |
45 | WCAG2A.Principle4.Guideline4_1.4_1_1 | 31 | 4_1_1 | 1_4_7 | 1.4.7 | |
46 | WCAG2A.Principle4.Guideline4_1.4_1_2 | 31 | 4_1_2 | 1_4_8 | 1.4.8 | |
47 | WCAG2AA.Principle1.Guideline1_1.1_1_1 | 32 | 1_1_1 | 1_4_9 | 1.4.9 | |
48 | WCAG2AA.Principle1.Guideline1_2.1_2_1 | 32 | 1_2_1 | 2_2_3 | 2.2.3 | |
49 | WCAG2AA.Principle1.Guideline1_2.1_2_2 | 32 | 1_2_2 | 2_2_4 | 2.2.4 | |
50 | WCAG2AA.Principle1.Guideline1_2.1_2_4 | 32 | 1_2_4 | 2_2_5 | 2.2.5 | |
51 | WCAG2AA.Principle1.Guideline1_2.1_2_5 | 32 | 1_2_5 | 2_3_2 | 2.3.2 | |
52 | WCAG2AA.Principle1.Guideline1_3.1_3_1 | 32 | 1_3_1 | 2_4_8 | 2.4.8 | |
53 | WCAG2AA.Principle1.Guideline1_3.1_3_2 | 32 | 1_3_2 | 2_4_9 | 2.4.9 | |
54 | WCAG2AA.Principle1.Guideline1_3.1_3_3 | 32 | 1_3_3 | 3_1_3 | 3.1.3 | |
55 | WCAG2AA.Principle1.Guideline1_4.1_4_1 | 32 | 1_4_1 | 3_1_4 | 3.1.4 | |
56 | WCAG2AA.Principle1.Guideline1_4.1_4_2 | 32 | 1_4_2 | 3_1_5 | 3.1.5 | |
57 | WCAG2AA.Principle1.Guideline1_4.1_4_3 | 32 | 1_4_3 | 3_1_6 | 3.1.6 | |
58 | WCAG2AA.Principle1.Guideline1_4.1_4_4 | 32 | 1_4_4 | 3_2_5 | 3.2.5 | |
59 | WCAG2AA.Principle1.Guideline1_4.1_4_5 | 32 | 1_4_5 | 3_3_5 | 3.3.5 | |
60 | WCAG2AA.Principle2.Guideline2_1.2_1_1 | 32 | 2_1_1 | 3_3_6 | 3.3.6 | |
61 | WCAG2AA.Principle2.Guideline2_1.2_1_2 | 32 | 2_1_2 | |||
62 | WCAG2AA.Principle2.Guideline2_2.2_2_1 | 32 | 2_2_1 | |||
63 | WCAG2AA.Principle2.Guideline2_2.2_2_2 | 32 | 2_2_2 | |||
64 | WCAG2AA.Principle2.Guideline2_3.2_3_1 | 32 | 2_3_1 | |||
65 | WCAG2AA.Principle2.Guideline2_4.2_4_1 | 32 | 2_4_1 | |||
66 | WCAG2AA.Principle2.Guideline2_4.2_4_2 | 32 | 2_4_2 | |||
67 | WCAG2AA.Principle2.Guideline2_4.2_4_3 | 32 | 2_4_3 | |||
68 | WCAG2AA.Principle2.Guideline2_4.2_4_4 | 32 | 2_4_4 | |||
69 | WCAG2AA.Principle2.Guideline2_4.2_4_5 | 32 | 2_4_5 | |||
70 | WCAG2AA.Principle2.Guideline2_4.2_4_6 | 32 | 2_4_6 | |||
71 | WCAG2AA.Principle2.Guideline2_4.2_4_7 | 32 | 2_4_7 | |||
72 | WCAG2AA.Principle3.Guideline3_1.3_1_1 | 32 | 3_1_1 | |||
73 | WCAG2AA.Principle3.Guideline3_1.3_1_2 | 32 | 3_1_2 | |||
74 | WCAG2AA.Principle3.Guideline3_2.3_2_1 | 32 | 3_2_1 | |||
75 | WCAG2AA.Principle3.Guideline3_2.3_2_2 | 32 | 3_2_2 | |||
76 | WCAG2AA.Principle3.Guideline3_2.3_2_3 | 32 | 3_2_3 | |||
77 | WCAG2AA.Principle3.Guideline3_2.3_2_4 | 32 | 3_2_4 | |||
78 | WCAG2AA.Principle3.Guideline3_3.3_3_1 | 32 | 3_3_1 | |||
79 | WCAG2AA.Principle3.Guideline3_3.3_3_2 | 32 | 3_3_2 | |||
80 | WCAG2AA.Principle3.Guideline3_3.3_3_3 | 32 | 3_3_3 | |||
81 | WCAG2AA.Principle3.Guideline3_3.3_3_4 | 32 | 3_3_4 | |||
82 | WCAG2AA.Principle4.Guideline4_1.4_1_1 | 32 | 4_1_1 | |||
83 | WCAG2AA.Principle4.Guideline4_1.4_1_2 | 32 | 4_1_2 | |||
84 | WCAG2AAA.Principle1.Guideline1_1.1_1_1 | 33 | 1_1_1 | |||
85 | WCAG2AAA.Principle1.Guideline1_2.1_2_1 | 33 | 1_2_1 | |||
86 | WCAG2AAA.Principle1.Guideline1_2.1_2_2 | 33 | 1_2_2 | |||
87 | WCAG2AAA.Principle1.Guideline1_2.1_2_4 | 33 | 1_2_4 | |||
88 | WCAG2AAA.Principle1.Guideline1_2.1_2_5 | 33 | 1_2_5 | |||
89 | WCAG2AAA.Principle1.Guideline1_2.1_2_6 | 33 | 1_2_6 | |||
90 | WCAG2AAA.Principle1.Guideline1_2.1_2_7 | 33 | 1_2_7 | |||
91 | WCAG2AAA.Principle1.Guideline1_2.1_2_8 | 33 | 1_2_8 | |||
92 | WCAG2AAA.Principle1.Guideline1_2.1_2_9 | 33 | 1_2_9 | |||
93 | WCAG2AAA.Principle1.Guideline1_3.1_3_1 | 33 | 1_3_1 | |||
94 | WCAG2AAA.Principle1.Guideline1_3.1_3_2 | 33 | 1_3_2 | |||
95 | WCAG2AAA.Principle1.Guideline1_3.1_3_3 | 33 | 1_3_3 | |||
96 | WCAG2AAA.Principle1.Guideline1_4.1_4_1 | 33 | 1_4_1 | |||
97 | WCAG2AAA.Principle1.Guideline1_4.1_4_2 | 33 | 1_4_2 | |||
98 | WCAG2AAA.Principle1.Guideline1_4.1_4_6 | 33 | 1_4_6 | |||
99 | WCAG2AAA.Principle1.Guideline1_4.1_4_7 | 33 | 1_4_7 | |||
100 | WCAG2AAA.Principle1.Guideline1_4.1_4_8 | 33 | 1_4_8 | |||
101 | WCAG2AAA.Principle1.Guideline1_4.1_4_9 | 33 | 1_4_9 | |||
102 | WCAG2AAA.Principle2.Guideline2_1.2_1_1 | 33 | 2_1_1 | |||
103 | WCAG2AAA.Principle2.Guideline2_1.2_1_2 | 33 | 2_1_2 | |||
104 | WCAG2AAA.Principle2.Guideline2_2.2_2_1 | 33 | 2_2_1 | |||
105 | WCAG2AAA.Principle2.Guideline2_2.2_2_2 | 33 | 2_2_2 | |||
106 | WCAG2AAA.Principle2.Guideline2_2.2_2_3 | 33 | 2_2_3 | |||
107 | WCAG2AAA.Principle2.Guideline2_2.2_2_4 | 33 | 2_2_4 | |||
108 | WCAG2AAA.Principle2.Guideline2_2.2_2_5 | 33 | 2_2_5 | |||
109 | WCAG2AAA.Principle2.Guideline2_3.2_3_2 | 33 | 2_3_2 | |||
110 | WCAG2AAA.Principle2.Guideline2_4.2_4_1 | 33 | 2_4_1 | |||
111 | WCAG2AAA.Principle2.Guideline2_4.2_4_2 | 33 | 2_4_2 | |||
112 | WCAG2AAA.Principle2.Guideline2_4.2_4_3 | 33 | 2_4_3 | |||
113 | WCAG2AAA.Principle2.Guideline2_4.2_4_5 | 33 | 2_4_5 | |||
114 | WCAG2AAA.Principle2.Guideline2_4.2_4_6 | 33 | 2_4_6 | |||
115 | WCAG2AAA.Principle2.Guideline2_4.2_4_7 | 33 | 2_4_7 | |||
116 | WCAG2AAA.Principle2.Guideline2_4.2_4_8 | 33 | 2_4_8 | |||
117 | WCAG2AAA.Principle2.Guideline2_4.2_4_9 | 33 | 2_4_9 | |||
118 | WCAG2AAA.Principle3.Guideline3_1.3_1_1 | 33 | 3_1_1 | |||
119 | WCAG2AAA.Principle3.Guideline3_1.3_1_2 | 33 | 3_1_2 | |||
120 | WCAG2AAA.Principle3.Guideline3_1.3_1_3 | 33 | 3_1_3 | |||
121 | WCAG2AAA.Principle3.Guideline3_1.3_1_4 | 33 | 3_1_4 | |||
122 | WCAG2AAA.Principle3.Guideline3_1.3_1_5 | 33 | 3_1_5 | |||
123 | WCAG2AAA.Principle3.Guideline3_1.3_1_6 | 33 | 3_1_6 | |||
124 | WCAG2AAA.Principle3.Guideline3_2.3_2_1 | 33 | 3_2_1 | |||
125 | WCAG2AAA.Principle3.Guideline3_2.3_2_2 | 33 | 3_2_2 | |||
126 | WCAG2AAA.Principle3.Guideline3_2.3_2_3 | 33 | 3_2_3 | |||
127 | WCAG2AAA.Principle3.Guideline3_2.3_2_4 | 33 | 3_2_4 | |||
128 | WCAG2AAA.Principle3.Guideline3_2.3_2_5 | 33 | 3_2_5 | |||
129 | WCAG2AAA.Principle3.Guideline3_3.3_3_1 | 33 | 3_3_1 | |||
130 | WCAG2AAA.Principle3.Guideline3_3.3_3_2 | 33 | 3_3_2 | |||
131 | WCAG2AAA.Principle3.Guideline3_3.3_3_3 | 33 | 3_3_3 | |||
132 | WCAG2AAA.Principle3.Guideline3_3.3_3_5 | 33 | 3_3_5 | |||
133 | WCAG2AAA.Principle3.Guideline3_3.3_3_6 | 33 | 3_3_6 | |||
134 | WCAG2AAA.Principle4.Guideline4_1.4_1_1 | 33 | 4_1_1 | |||
135 | WCAG2AAA.Principle4.Guideline4_1.4_1_2 | 33 | 4_1_2 |
1 | 59 | 79 | ||
---|---|---|---|---|
2 | 1.1.1 | 22 | 29 | clause 1 |
3 | 1.2.1 | |||
4 | 1.2.2 | |||
5 | 1.2.3 | |||
6 | 1.2.4 | |||
7 | 1.2.5 | |||
8 | 1.2.6 | |||
9 | 1.2.7 | |||
10 | 1.2.8 | |||
11 | 1.2.9 | |||
12 | 1.3.1 | |||
13 | 1.3.2 | |||
14 | 1.3.3 | |||
15 | 1.4.1 | |||
16 | 1.4.2 | |||
17 | 1.4.3 | |||
18 | 1.4.4 | |||
19 | 1.4.5 | |||
20 | 1.4.6 | |||
21 | 1.4.7 | |||
22 | 1.4.8 | |||
23 | 1.4.9 | |||
24 | 2.1.1 | 18 | 30 | |
25 | 2.1.2 | |||
26 | 2.2.1 | |||
27 | 2.2.2 | |||
28 | 2.2.3 | |||
29 | 2.2.4 | |||
30 | 2.2.5 | |||
31 | 2.3.1 | |||
32 | 2.3.2 | |||
33 | 2.4.1 | |||
34 | 2.4.2 | |||
35 | 2.4.3 | |||
36 | 2.4.4 | |||
37 | 2.4.5 | |||
38 | 2.4.6 | |||
39 | 2.4.7 | |||
40 | 2.4.8 | |||
41 | 2.4.9 | |||
42 | 3.1.1 | 17 | 17 | |
43 | 3.1.2 | |||
44 | 3.1.3 | |||
45 | 3.1.4 | |||
46 | 3.1.5 | |||
47 | 3.1.6 | |||
48 | 3.2.1 | |||
49 | 3.2.2 | |||
50 | 3.2.3 | |||
51 | 3.2.4 | |||
52 | 3.2.5 | |||
53 | 3.3.1 | |||
54 | 3.3.2 | |||
55 | 3.3.3 | |||
56 | 3.3.4 | |||
57 | 3.3.5 | |||
58 | 3.3.6 | |||
59 | 4.1.1 | 2 | 3 | |
60 | 4.1.2 |