valid-scrollable-semantics.json 368 B

1234567891011121314
  1. {
  2. "id": "valid-scrollable-semantics",
  3. "evaluate": "valid-scrollable-semantics-evaluate",
  4. "options": {
  5. "roles": ["tooltip"]
  6. },
  7. "metadata": {
  8. "impact": "minor",
  9. "messages": {
  10. "pass": "Element has valid semantics for an element in the focus order.",
  11. "fail": "Element has invalid semantics for an element in the focus order."
  12. }
  13. }
  14. }