Asqatasun v4 - Summary

Asqatasun v4 - AccessiWeb 2.2 - Rule 9.2.2

Summary

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

Business description

Criterion : 9.2

Test : 9.2.2

Test description :

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

Level : Bronze

Technical description

Scope : page

Decision level : semidecidable

Algorithm

Selection

All the set of tags respecting the following pattern : `

    1 (or A or I) text 

    <br/>

    2 (or B or II) text 

    <br/>

    ......

</p>

`

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

Process

The selection handles the process

Analysis

  1. code : SuspectedNotWellFormattedOrdererdList
  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