Skip to content

no-aria-hidden-body

Detect aria-hidden on body element.

Severity

error

❌ Incorrect

html
<body aria-hidden="true">

✅ Correct

html
<body>

Reference

Configuration

json
{
  "rules": {
    "no-aria-hidden-body": "error"
  }
}

Released under the MIT License.