Rule 11.10.1
Summary
This test consists in detecting <form>
tags on the page.
The control that checks that each mandatory inputs are well identify has to be done manually.
Business description
Criterion
Test
Description
Pour chaque formulaire, les indications de champs obligatoires vérifient-ils une de ces conditions ?
- L'indication de champ obligatoire est donnée par un passage de texte avant le champ de formulaire
- L'indication de champ obligatoire est donnée via un attribut
required
- L'indication de champ obligatoire est donnée via la propriété ARIA
aria-required
- L'indication de champ obligatoire est donnée dans l'étiquette (balise attribut
label
, attributtitle
, propriétéaria-label
, passage de texte lié via la propriétéaria-labelledby
) du champ de formulaire - L'indication de champ obligatoire est donnée par un passage de texte lié par la propriété ARIA
aria-describedby
Level
A
Technical description
Scope
Page
Decision level
Semi-decidable
Algorithm
Selection
Set1
All the <form>
tags (form)
Process
Test1
The selection handles the process.
For each occurence of the Set1 raise a MessageA
MessageA: Manual check on element
- code : ManualCheckOnElements
- status: Pre-Qualified
- parameter : snippet
- present in source : yes
Analysis
Not Applicable
The page has no <form>
tag (Set1 is empty)
Pre-qualified
In all other cases
Notes
We detect the elements of the scope of the test to determine whether the test is applicable.