Rule 3.1.6
Summary
This test consists in detecting all the tags for no time-based media.
Business description
Criterion
Test
Description
Pour chaque média non temporel véhiculant une information , l’ information ne doit pas être donnée uniquement par la couleur. Cette règle est-elle respectée ?
Level
A
Technical description
Scope
Page
Decision level
Semi-Decidable
Algorithm
Selection
Set1
- All the following tags:
<svg>
<canvas>
<object>
<embed>
css selector :
svg,
canvas,
object[data],
embed[src]
Process
Test1
Test whether Set1 is not empty. If yes, raise a MessageA.
MessageA : Check manually the elements of the scope
- code: ManualCheckOnElements
- status: Pre-qualified
- parameter: snippet
- present in source: yes
Analysis
Not Applicable
The page has no <svg>
, <canvas>
, <object>
or <embed>
tag.
Pre-qualified
In all other cases