aria-hidden-body.json 291 B

1234567891011
  1. {
  2. "id": "aria-hidden-body",
  3. "evaluate": "aria-hidden-body-evaluate",
  4. "metadata": {
  5. "impact": "critical",
  6. "messages": {
  7. "pass": "No aria-hidden attribute is present on document body",
  8. "fail": "aria-hidden=true should not be present on the document body"
  9. }
  10. }
  11. }