Total Validator

Home | Validator | Downloads | Support | Feedback | Blog

Accessibility problems

These problems are due to failures to meet the accessibility (WCAG v1 or US508) guidelines:

CodeSummaryDetails
AAA
E800[WCAG v1 1.1 (A), US-508-a] Provide a text equivalent for non-text items using 'alt'When using <img>, specify a short text equivalent with the 'alt' attribute. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-text-equivalent (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (a) (displayed in new window).
E801[WCAG v1 6.3 (A)] Put some content between the start and end tag to provide a text equivalent for non-text itemsWhen using <object> or <applet> you should put some content between the start and end tag to a provide a text alternative. With the <applet> tag this is in addition to any 'alt' text you may have defined. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#applet-text-equivalent (displayed in new window).
E802[WCAG v1 1.1 (A)] The 'alt' attribute is for short descriptions. Use 'longdesc' for long onesThe 'alt' text you specified was at least 150 characters long. For long descriptions you should use the 'longdesc' attribute. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#long-descriptions (displayed in new window).
E803[WCAG v1 1.1 (A)] The 'alt' attribute is for short descriptions. Use a descriptive link for long onesThe 'alt' text you specified was at least 150 characters long. For long descriptions (when 'longdesc' is not supported) you should use a separate description link. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#long-descriptions (displayed in new window).
E804[WCAG v1 6.2 (A)] Do not use images as frame targets, always point to web pagesRather than point directly to an image, embed the image in a web page. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-has-html-src (displayed in new window).
E805[WCAG v1 12.1 (A), US-508-i] Add a 'title' attribute to facilitate identification and navigationTitle each frame to facilitate frame identification and navigation. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-names (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (i) (displayed in new window).
E806[WCAG v1 1.1 (A), US-508-a] Image buttons should have 'alt' text that describes themWhen using image buttons, specify a short text equivalent with the 'alt' attribute. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-graphical-buttons (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (a) (displayed in new window).
E807[WCAG v1 1.1 (A), US-508-a] Provide a text equivalent for non-text items using 'alt'When using <applet>, specify a short text equivalent with the 'alt' attribute. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#applet-text-equivalent (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (a) (displayed in new window).
E808[WCAG v1 1.1 (A), US-508-a] Provide a text equivalent for non-text items using 'alt'When using <area>, specify a short text equivalent with the 'alt' attribute. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#client-side-text-equivs (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (a) (displayed in new window).
E809[WCAG v1 5.1 (A), US-508-g] For data tables identify row and column headersNo <th> tags where found in the table, suggesting that you have not clearly identified any row and column headers. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (g) (displayed in new window). If this is not a data table then this may be a [WCAG v1 5.4 (AA)] error as there is a <caption> or 'summary' present.
E810[WCAG v1 5.2 (A), US-508-h] For data tables use markup to associate data cells and header cellsFor data tables you should use markup to associate data cells and header cells, and no such markup was found. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (h) (displayed in new window). If this is not a data table then this may be a [WCAG v1 5.4 (AA)] error as there is a <caption> or 'summary' present.
W800[WCAG v1 6.3 (A), US-508-l] Consider providing a <noscript> alternative after each <script> tagThis warning appears if you have defined a <script> and there is no <noscript> alternative following it. You should ensure that pages are usable when scripts are turned off or not supported. Using <noscript> is a common way of doing this, but if you have used an alternative mechanism you can ignore this warning. See http://www.w3.org/TR/WCAG10/#tech-scripts (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (l) (displayed in new window).
W801[WCAG v1 9.1 (A), US-508-f] If possible use a client-side instead of a server-side image mapUnless you are using regions that cannot be defined with an available geometric shape, you should use a client-side instead of a server-side image map. If you have to use a server-side map ensure that there is an accessible alternative available. See http://www.w3.org/TR/WCAG10/#tech-client-side-maps (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (f) (displayed in new window).
W802[WCAG v1 1.1 (A), US-508-a] Is the 'alt' text deliberately empty?When using <img>, it is valid to have an empty 'alt' attribute for images that have no content; such as spacers and parts of larger images that have been broken up or used for other layout purposes. You may wish to check that in this case the alt-text has not simply been forgotten, in which case it would be a [WCAG v1 1.1 (A), US-508-a] error.
AAAAAA
E820[WCAG v1 3.2 (AA)] Add a <!DOCTYPE> tag to the pageValidating to a published formal grammar and declaring that validation at the beginning of a document lets the user know that the structure of the document is sound. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#doctype (displayed in new window).
E821[WCAG v1 3.3 (AA)] Use style sheets for presentation effects, use <em> or <strong> for emphasisValidating to a published formal grammar and declaring that validation at the beginning of a document lets the user know that the structure of the document is sound. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#doctype (displayed in new window).
E822[WCAG v1 3.4 (AA)] Use relative, rather than absolute unitsUsing relative units helps the page to be rendered correctly at different resolutions and people with sight difficulties often 'zoom in' to pages to read them. See http://www.w3.org/TR/WCAG10/#tech-relative-units (displayed in new window).
E823[WCAG v1 3.5 (AA)] Nest headings properly (H1 > H2 > H3)Heading elements must be ordered properly. For example, in HTML H2 elements should follow H1 elements, H3 elements should follow H2 elements, etc. Developers should not skip levels (e.g., H1 directly to H3). Do not use headings to create font effects. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#document-headers (displayed in new window).
E825[WCAG v1 6.5 (AA)] Provide a <noframes> tag for user agents that do not support framesA page which uses a frameset and which does not have a <noframes> alternative may be entirely unusable for some people. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#noframes (displayed in new window).
E826[WCAG v1 7.2 (AA)] Do not use this tag. Consider <em> or using CSS insteadUntil user agents allow users to control blinking, avoid causing content to blink. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#scripts-movement-blinking (displayed in new window).
E827[WCAG v1 7.3 (AA)] Do not use this tag. Consider <em> or using CSS insteadUntil user agents allow users to freeze moving content, avoid movement in pages. See http://www.w3.org/TR/WCAG10-CSS-TECHS/#style-text (displayed in new window).
E828[WCAG v1 7.4 (AA)] Do not use 'refresh' to refresh or redirect pagesUntil user agents provide the ability to stop the refresh, do not create periodically auto-refreshing pages. See http://www.w3.org/TR/WCAG10-CORE-TECHS/#auto-page-refresh (displayed in new window).
E829[WCAG v1 9.3 (AA)] Do not use 'ondblclick' or 'onmousemove' as these do not have keyboard equivalentsFor scripts, specify logical event handlers rather than device-dependent event handlers. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#directly-accessible-scripts (displayed in new window).
E830[WCAG v1 10.1 (AA)] Do not use '_blank' targets with framesUntil user agents allow users to turn off spawned windows, do not cause pop-ups or other windows to appear. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#no-new-windows (displayed in new window).
E831[WCAG v1 12.4 (AA), US-508-n] Associate form controls with <label> tags using the 'id' attributeAssociate labels explicitly with their controls. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (n) (displayed in new window).
E831[WCAG v1 12.4 (AA), US-508-n] No matching <label> tag could be found, or label is emptyAssociate labels explicitly with their controls. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (n) (displayed in new window).
E831[WCAG v1 12.4 (AA), US-508-n] Associate <label> tags with form controls using the 'for' attributeAssociate labels explicitly with their controls. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (n) (displayed in new window).
E831[WCAG v1 12.4 (AA), US-508-n] Label text is missingAssociate labels explicitly with their controls. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (n) (displayed in new window).
E831[WCAG v1 12.4 (AA), US-508-n] Associate labels with just one form controlAssociate labels explicitly with their controls. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels (displayed in new window), and http://www.section508.gov/index.cfm?FuseAction=Content&ID=12#Web (n) (displayed in new window).
E833[WCAG v1 13.1 (AA)] Clearly identify the target of each link with some textUse text or an image to identify the target of links. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text (displayed in new window).
E834[WCAG v1 13.1 (AA)] Link text should make sense when read out of contextDon't use link text such as 'click here'. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text (displayed in new window).
E835[WCAG v1 13.1 (AA)] Use the 'title' attribute to distinguish between different links that use the same link textThis error appears when you have not used the 'title' attribute and have different links with the same link text. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text (displayed in new window).
E836[WCAG v1 13.1 (AA)] Use different values for 'title' attributes with links that use the same link textThis error appears when you have used the same 'title' attribute for different links with the same link text. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text (displayed in new window).
E837[WCAG v1 13.2 (AA)] Add a <title> tag to the page to describe itYou should provide metadata, such as the <title> tag, to add semantic information to pages and sites. See ttp://www.w3.org/TR/WCAG10-HTML-TECHS/#doc-title (displayed in new window).
W820[WCAG v1 3.6 (AA)] Do not use this tag for layoutThis warning appears if you have defined a <ul>, <ol>, or <dl> tag, without any list items within it. The assumption is that you are using these tags purely for layout purposes. If so see the following for help: http://www.w3.org/TR/WCAG10-HTML-TECHS/#identify-primary-lang (displayed in new window).
AAAAAAAAA
E854[WCAG v1 4.3 (AAA)] Use the 'lang' or 'xml:lang' attribute to denote the primary language of the documentYou should always identify the primary natural language of a document. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#identify-primary-lang (displayed in new window).
E855[WCAG v1 4.3 (AAA)] Use a 'title' attribute to indicate what the abbreviation or acronym meansMark up abbreviations and acronyms with <abbr> and <acronym> using the 'title' attribute to indicate what they mean. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#text-abbr (displayed in new window).
E856[WCAG v1 5.5 (AAA)] Provide a description for data tablesProvide either a <caption>, 'title' or 'summary' attributes to describe the table. This must be a proper description and not a terse one. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info (displayed in new window). If this is not a data table then this is a [WCAG v1 5.4 (AA)] error as there is a <th> or 'summary' present.
E857[WCAG v1 5.5 (AAA)] Provide a descriptive summary for complex data tablesProvide a descriptive 'summary' attribute for complex data tables. This must be a proper description and not a terse one. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info (displayed in new window). If this is not a data table then this is a [WCAG v1 5.4 (AA)] error as there is a <th> or 'summary' present.
E858[WCAG v1 5.6 (AAA)] Provide abbreviations for long header labels in data tablesProvide terse substitutes for header labels with the 'abbr' attribute on <th>. These will be particularly useful for future speaking technologies that can read row and column labels for each cell. Abbreviations cut down on repetition and reading time. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info (displayed in new window). If this is not a data table then this is a [WCAG v1 5.4 (AA)] error as there is a <th> or 'summary' present.

top