Rule 1.9.3
Summary
This test consists in detecting "image of text" buttons and thus defining the applicability of the test.
Human check will be then needed to determine whether the detected elements containing text can be replaced by styled text.
Business description
Criterion
Test
Description
Pour chaque balise form
, chacun de ses boutons "image texte" (balise input
avec l'attribut type="image"
) doit si possible être remplacé par du texte stylé. Cette règle est-elle respectée (hors cas particuliers) ?
Level
AAA
Technical description
Scope
Page
Decision level
Semi-Decidable
Algorithm
Selection
Set1
All the <input>
tags with a "type"
attribute equals to "image" not identified as captcha (see Notes about captcha detection)
Process
Test1
For each element of Set1, raise a MessageA
MessageA
- code : ManualCheckOnElements
- status: Pre-Qualified
- parameter :
"src"
attribute, tag name, snippet - present in source : yes
Analysis
Not Applicable
The page has no <input>
tags with a "type"
attribute equals to "image" (Set1 is empty)
Pre-qualified
The page has at least one <input>
tags with a "type"
attribute equals to "image" (Set1 is not empty)
Notes
An element is identified as a CAPTCHA when the "captcha" occurrence is found :
- on one attribute of the element
- or within the text of the element
- or on one attribute of one parent of the element
- or within the text of one parent of the element
- or on one attribute of a sibling of the element
- or within the text of a sibling of the element