Rule 4.12.2
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 , chaque fonctionnalité vérifie-t-elle une de ces conditions?
- La fonctionnalité est activable par le clavier et tout dispositif de pointage
- Une fonctionnalité activable par le clavier et tout dispositif de pointage permettant de réaliser la même action est présente dans la page.
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