Asqatasun v4 - Summary

Asqatasun v4 - AccessiWeb 2.2 - Rule 5.2.2

Summary

This test consists in checking whether the content of the summary attribute of a layout table is empty

Business description

Criterion : 5.2

Test : 5.2.2

Test description :

For each layout table (table tag) with a summary attribute, is the content of this attribute empty (summary=")?

Level : Bronze

Technical description

Scope : page

Decision level : semidecidable

Algorithm

Selection

Set1 (table tags identified as presentation table from html markers)

All the table tags with an "id" attribute or a "class" attribute or a "role" attribute that matches one of the values set by the user through the "PRESENTATION_TABLE_MARKER" parameter AND a "summary" attribute.

Set2 (table tags not identified as presentation table from html markers)

All the table tags that don't have an "id" attribute or a "class" attribute or a "role" attribute that matches one the values set by the use through the "PRESENTATION_TABLE_MARKER" parameter or the "DATA_TABLE_MARKER" parameter AND a "summary" attribute. That means select all the table tags of the page when these parameters are empty.

Process

Test1

For each element of Set1, we check whether the "summary" attribute is empty

For each element returning false in Test1, raise a MessageA.

Test2

For each element of Set2, we check whether the "summary" attribute is empty

For each element returning false in Test2, raise a MessageB.

For each element returning true in Test2, raise a MessageC.

MessageA: Not empty summary of presentation table
MessageB : Check Nature of table with not empty summary attribute
MessageC : Check Nature of table with empty summary attribute

Analysis

Failed :

Test1 returns true for at least one element (at least one table identified as presentation table has a not empty summary)

NA :

Set1 AND Set2 are empty (the page has no data table or only tables identified as data table)

NMI :

In all other cases

Notes

No notes yet for that rule