aria-dialog-name.json 454 B

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