Rule 4.9.1

Summary

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

Business description

Criterion

4.9

Test

4.9.1

Description

Pour chaque média non temporel ayant une alternative, cette alternative permet-elle d’accéder au même contenu et à des fonctionnalités similaires ?

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