Attribute name case (aria-hidden-body
)
Requires aria-hidden
is not used on the <body>
element.
Rule details
Examples of incorrect code for this rule:
<body aria-hidden="true"></body>
Examples of correct code for this rule:
<body></body>
Options
This rule takes no options.
Version history
-- 6.3.0 - Rule added.