Asqatasun v4 - Summary

Asqatasun v4 - AccessiWeb 2.2 - Rule 9.2.1

Summary

This test consists in checking the use of appropriate tags (<ul> and <li>) in case of information grouped in unordered list.

Business description

Criterion : 9.2

Test : 9.2.1

Test description :

On each Web page, does information grouped in unordered lists use the ul and li tags?

Level : Bronze

Technical description

Scope : page

Decision level : semidecidable

Algorithm

Selection

All the set of tags respecting the following pattern :

    <p>
        text 
        <br/>
        text 
        <br/>
        ......
    </p>

where more than 2 <br> tags are encountered and where each text part does not exceed 80 characters.

Process

Analysis

  1. code : SuspectedNotWellFormattedUnordererdList
  2. status: NMI
  3. case : For each pattern found
  4. parameter : tag name
  5. present in source : yes

Notes

No notes yet for that rule