SiteLint documentation and guidelines

Expected attribute role=”contentinfo” to be defined only once

Description

Rule ID: contentinfo-landmark-only-one

This rule verifies if there is no more than 1 element with the attribute role="contentinfo".

    Context

    Within any document or application, the author SHOULD mark no more than one element with the contentinfo role.

    How to fix it

    The rule passes when all of the following cases are fulfilled:

    1. There is no more than 1 element with the attribute role="contentinfo".

    Techniques

    Not Applicable