Asqatasun v4 - Summary

Asqatasun v4 - RGAA 3.0 - Rule 3.3.1

Summary

This test consists in checking whether the contrast ratio between text and its background is at least 4.5:1 for the normal weighted, under 18px sized, textual elements

Business description

Criterion

3.3

Test

3.3.1

Description

On each Web page, do non-bold texts and images of non-bold text with font sizes smaller than or equal to 150% of the default font size (or 1.5em)  meet one of the following conditions (except in particular cases)?

Level

AA

Technical description

Scope

Page

Decision level

Decidable

Algorithm

Selection

Set1

All the textual elements from the DOM with a font-size inferior or equals to 18px and not bold

Set2

All the hidden textual elements from the DOM with a font-size inferior or equals to 18px and not bold

Set3

All the <img> tags

Process

Test1

For each element of Set1, the contrast ratio is computed (regarding the contrast ratio definition) to check whether it is superior to 4.5.

For each element returning false in Test1, if the ALTERNATIVE_CONTRAST_MECHANISM is set to true by the user, raise a MessageA, raise a MessageB instead.

If an element has a contrast ratio that cannot be determined (background defined with an image or a gradient), raise a MessageC

 Test2

For each element of Set2, the contrast ratio is computed (regarding the contrast ratio definition) to check whether it is superior to 4.5.

For each element returning false in Test2, raise a MessageD

Message1 : Bad Contrast
Message2 : Bad Contrast But Alternative Contrast Mechanism Present On Page
Message3 : Not Treated Background Color
Message4 : Bad Contrast on Hidden Element

Analysis

Not Applicable

No element with a font-size inferior or equals to 18px and not bold have been found (Set1 AND Set2 are empty)

Passed

All the elements with a font-size inferior or equals to 18px and not bold have a correct ratio and the page contains no images (Test1 returns true for all elements AND Set2 AND Set3 are empty)

Failed

At least one element with a font-size inferior or equals to 18px and not bold have an incorrect ratio (Test1 returns false for at least one element)

Pre-qualified

In all other cases

Notes

  1. By approximation, we consider that 1.5em of the default font size is equivalent to 18 px.
  2. The background color ("background" css property), the font color ("color" css property), the font size ("font-size" css property) and the font weight ("font-weight" css property) are retrieved while fetching the page, through a javacript script. Each html element is parsed to extract these info, as well as its visibility ("display" css property equals to none or "visibility" css property equals to hidden) and whether it is a textual node.

TestCases

TestCases files for rule 3.3.1