Asqatasun v4 - Summary

Asqatasun v4 - RGAA 3.0 - Rule 11.4.1

Summary

This test consists in detecting each <label> tag within <form> tags that contain <input> elements.

Business description

Criterion

11.4

Test

11.4.1

Description

In each form, are each label and its related control positioned next to each other?

Level

A

Technical description

Scope

Page

Decision level

Semi-Decidable

Algorithm

Set1

All the <form> tags with <label> children tags and that have at least one input element (form:has(textarea , select , input[type=password] , input[type=checkbox] , input[type=file] , input[type=text] , input[type=radio]) label)

Process

Test1

The selection handles the process.

For each occurence of the Set1, raise a MessageA

MessageA : Check Manually the elements

Analysis

Not Applicable

The page has no <form> tag with <label> tag as child (Set1 is empty)

Pre-qualified

At least one <label> tag within <form> has been detected (Set1 is not empty)

Notes

TestCases

TestCases files for rule 11.4.1