Asqatasun v4 - Summary

Asqatasun v4 - AccessiWeb 2.2 - Rule 10.13.1

Summary

This test consists in checking whether each hidden text of the page can be displayed or is not supposed to be rendered to the user

Business description

Criterion : 10.13

Test : 10.13.1

Test description :

On each Web page, does each hidden text pass one of the conditions below?

Level : Bronze

Technical description

Scope : page

Decision level : semidecidable

Algorithm

Selection

Set1

All the hidden text elements. Elements from the DOM with :

Process

The selection handles the process.

For each element of Set1 raise a MessageA

Message 1: Hidden text detected

Analysis

NA

Set1 is empty (the page has no textual hidden element)

NMI

Set1 is not empty (the page has textual hidden elements)

Notes

The visibility of each element of the page is determined while fetching the page, through a javascript script.

If the "display" css property is equal to "none" or the "visibility" css property is equal to "hidden" for an element or one of its parents, this element is seen as hidden.