Description
This rule verifies if there is no more than 1 element with an 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:
- There is no more than 1 element with an attribute
role="contentinfo"
.
Techniques
Not Applicable