Rule 10.10.4

Summary

This test consists in detecting all the tags for no time-based media.

Business description

Criterion

10.10

Test

10.10.4

Description

Dans chaque page web, pour chaque média non temporel , l’information ne doit pas être donnée uniquement par la forme, taille ou position . Cette règle est-elle implémentée de façon pertinente ?

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

Files