focus-order-semantics.json 498 B

12345678910111213
  1. {
  2. "id": "focus-order-semantics",
  3. "selector": "div, h1, h2, h3, h4, h5, h6, [role=heading], p, span",
  4. "matches": "inserted-into-focus-order-matches",
  5. "tags": ["cat.keyboard", "best-practice", "experimental"],
  6. "metadata": {
  7. "description": "Ensures elements in the focus order have an appropriate role",
  8. "help": "Elements in the focus order need a role appropriate for interactive content"
  9. },
  10. "all": [],
  11. "any": ["has-widget-role", "valid-scrollable-semantics"],
  12. "none": []
  13. }