RGAA 3.0 - Rule 10.1.1

Summary

Check whether forbidden tags (basefont, blink, center, font, marquee, s, strike, tt, u) are used in the page.

Business description

Criterion

10.1

Test

10.1.1

Description

On each Web page, tags used for information presentation must not be available in the source code. Has this rule been followed?

Level

A

Technical description

Scope

Page

Decision level

Decidable

Algorithm

Selection

Set1

All the presentation tags defined as deprecated the W3C.

Process

Test1

For each element of Set1, raise a MessageA

Message A : Presentation tag found
  • code : PresentationTagFound
  • status: Failed
  • parameter : tag name
  • present in source : yes

Analysis

 Passed

No deprecated tag found on the page (Set1 is empty).

Failed

the document contains tags with deprecated atttributes (Set1 is not empty)

Notes

This rule may be tested for each kind of doctype. The current implementation only tests the forbidden tags specified by w3c for HTML

TestCases

TestCases files for rule 10.1.1