aria-meter-name.json 396 B

12345678910111213
  1. {
  2. "id": "aria-meter-name",
  3. "selector": "[role=\"meter\"]",
  4. "matches": "no-naming-method-matches",
  5. "tags": ["cat.aria", "wcag2a", "wcag111"],
  6. "metadata": {
  7. "description": "Ensures every ARIA meter node has an accessible name",
  8. "help": "ARIA meter nodes must have an accessible name"
  9. },
  10. "all": [],
  11. "any": ["aria-label", "aria-labelledby", "non-empty-title"],
  12. "none": []
  13. }