Asqatasun v4 - Summary

Asqatasun v4 - RGAA 3.0 - 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

Description

On each Web page, does each hidden text meet one of the following conditions?

Level

A

Technical description

Scope

Page

Decision level

Semi-Decidable

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

Not Applicable

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

re-Qualified

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

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.

TestCases

TestCases files for rule 10.13.1