- Section 508
- 1194.22(l)
When pages utilize ing languages to display content, or to create interface elements, the information provided by the shall be identified with functional text that can be read by assistive technology. - l.2 When SCRIPT elements are used, the NOSCRIPT element is required in the page.
- SCRIPT element used without NOSCRIPT.
- l.1 Verify information provided by scripts shall be identified with functional te...
- Verify that script is invokable or have textual representation
- l.3 Ensure that all anchor elements that use JavaScript in the link target descri...
- Page does not have A link element which has href contain javascript.
- 1194.22(c)
Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup. - 1194.22(d)
Documents shall be organized so they are readable without requiring an associated style sheet. - 1194.22(j)
Pages shall be designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz. - j.2 Until user agents allow users to control blinking, avoid causing content to b...
- Page may contain elements that cause blinking.
- j.1 Pages are required not to contain the BLINK element.
- Page does not contain a BLINK element.
- 1194.22(k)
A text-only page, with equivalent information or functionality, shall be provided to make a web site comply with the provisions of this part, when compliance cannot be accomplished in any other way. The content of the text-only page shall be updated whenever the primary page changes. - 1194.22(p)
When a timed response is required, the user shall be ed and given sufficient time to indicate more time is required - 1194.22(a)
A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content). - 1194.22(b)
Equivalent alternatives for any multimedia presentation shall be synchronized with the presentation. - 1194.22(e)
Redundant text links shall be provided for each active region of a server-side image map. - 1194.22(f)
Client-side image maps shall be provided instead of server-side image maps except where the regions cannot be defined with an available geometric shape. - 1194.22(g)
Row and column headers shall be identified for data tables. - g.1 For data tables, identify row and column headers.
This check identifies data tables that do not have any TH elements. Data tables are recognised as having a border attribute greater than 0. Tables with no border require a visual check, unless they contain input, image or child table elements, or cells with long text, indicating they are most likely layout tables. - Page contains no tables.
- 1194.22(h)
Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers. - h.1 For data tables that have two or more logical levels of row or column headers...
Describe the table structure using the SUMMARY attribute or ARIA attributes. Identify structural groups of rows using THEAD, TFOOT, TBODY, COLGROUP and COL. Label table elements with the "scope", "headers", and "axis" attributes to assist user agents. - Page does not contain complex data tables.
- 1194.22(i)
Frames shall be titled with text that facilitates frame identification and navigation - 1194.22(m)
When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with §1194.21(a) through (l). - 1194.22(n)
When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues. - n.1 Identify all LABEL elements used within FORM elements.
Until user agents support explicit associations between labels and form controls, for all form controls with implicitly associated labels, ensure that the label is properly positioned. - Page does not contain FORM elements.
- n.2 All INPUT elements are required to contain the ALT or TITLE attribute, or use...
All visible INPUT elements must have a label, either by using a linked or containing LABEL element, or by using the ALT or TITLE attribute. Buttons are considered to be self-labeling. - No relevant INPUT elements found in document.
- n.3 Associate labels explicitly with their controls (SELECT elements).
All SELECT elements must have a label, either by using a linked or containing LABEL element, or by using the TITLE or ALT attribute. - No SELECT elements were found.
- n.4 Associate labels explicitly with their controls (TEXTAREA elements).
All TEXTAREA elements must have a label, either by using a linked or containing LABEL element, or by using the TITLE or ALT attribute. - No TEXTAREA elements were found.
- n.5 Ensure that all LABEL 'FOR' attributes match another control.
- No LABEL 'FOR' attribute found on page.
- n.6 Identify all INPUT elements that uses the 'placeholder' attribute instead of ...
The placeholder attribute represents a short hint (a word or short phrase) intended to aid the user with data entry. A hint could be a sample value or a brief deion of the expected format. The placeholder text gets removed as the form is being filled out and forms needs to be usable even when placeholder text is not there. - No INPUT elements available on page.
- n.7 Ensure that all elements that have a 'Role' attribute value of 'application',...
- No elements have role=application on page.
- n.8 Ensure that elements with the 'Required' attribute has a linked LABEL content...
- No elements have required attribute.
- n.9 Ensure that elements that have the 'Role' attribute value of 'checkbox' or 'r...
- No elements have role attribute.
- 1194.22(o)
A method shall be provided that permits users to skip repetitive navigation links.
| 0 |