aria-label.json 258 B

1234567891011
  1. {
  2. "id": "aria-label",
  3. "evaluate": "aria-label-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "aria-label attribute exists and is not empty",
  8. "fail": "aria-label attribute does not exist or is empty"
  9. }
  10. }
  11. }