presentation-role-conflict.json 502 B

12345678910111213
  1. {
  2. "id": "presentation-role-conflict",
  3. "matches": "has-implicit-chromium-role-matches",
  4. "selector": "[role=\"none\"], [role=\"presentation\"]",
  5. "tags": ["cat.aria", "best-practice"],
  6. "metadata": {
  7. "description": "Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger.",
  8. "help": "Elements of role none or presentation should be flagged"
  9. },
  10. "all": [],
  11. "any": [],
  12. "none": ["is-element-focusable", "has-global-aria-attribute"]
  13. }