focusable-modal-open.json 303 B

1234567891011
  1. {
  2. "id": "focusable-modal-open",
  3. "evaluate": "focusable-modal-open-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "No focusable elements while a modal is open",
  8. "incomplete": "Check that focusable elements are not tabbable in the current state"
  9. }
  10. }
  11. }