RGAA 3.0 - Rule 11.14.4
Summary
This test consists in detecting textual input tags on the page.
The control that checks that each some help mechanisms are provided for each input has to be done manually.
Business description
Criterion
Test
Description
Does each field of type text meet one of the following conditions, if necessary? A spell checking tool is available
Level
AAA
Technical description
Scope
Page
Decision level
Semi-Decidable
Algorithm
Selection
Set1
All the form textual input tags (form:has(textarea) , form:has(input[type=password]) , form:has(input[type=text]))
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 : element name, snippet
- present in source : yes
Analysis
Not Applicable
The page has no form textual input 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.