Rule 11.10.7

Summary

This test consists in detecting <form> tags on the page.

The control that checks that the type or the format of each mandatory input is displayed has to be done manually.

Business description

Criterion

11.10

Test

11.10.7

Description

Pour chaque formulaire, chaque champ obligatoire vérifie-t-il une de ces conditions ?

  • Le type de donnée et/ou de format est indiqué, si nécessaire, dans l'étiquette (balise label, attribut title, propriété ARIA aria-label, texte lié via la propriété ARIA aria-labelledby) du champ
  • Le type de donnée et/ou de format est indiqué, si nécessaire, par un passage de texte avant le champ de formulaire
  • Le type de donnée et/ou de format est indiqué, si nécessaire, par un 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.