Asqatasun v4 - Summary

Asqatasun v4 - AccessiWeb 2.2 - Rule 13.1.2

Summary

This test consists in checking whether a refresh action declared via the meta tag is immediate

Business description

Criterion : 13.1

Test : 13.1.2

Test description :

For each Web page, is each redirect process initiated via the meta tag immediate (except in special cases)?

Level : Bronze

Technical description

Scope : page

Decision level : decidable

Algorithm

Selection

Set1 : All the <meta> tags within a head with a http-equiv attribute equals to "refresh" and a content attribute that contains the "URL" or "url" occurence.

Process

Test1 :

We check whether the size of Set1 is equal to 1.

Test2 :

If Test1 is TRUE, we extract the delay value of the refresh regarding the definition of meta tag (@see Note)

Then we check whether the delay value is superior to 0. If true raise a message A

Message 1: Not Immediate Redirection via Meta

Analysis

Not Applicable

Failed

Passed

Notes

We assume that the meta tag has to be defined has follows:

<meta http-equiv="refresh" content="delay;URL=\'URL\'">