a11y_keyboard
Detect keyboard traps by walking real Tab stops in Chromium and checking whether Escape releases a cycle. Reports trapped focus and returns the tab stop list.
Instructions
Keyboard-trap detection (2.1.2) with REAL Tab walking in Chromium: up to 60 real tab stops, cycle detection (the modal pattern), then the decisive test — does ESCAPE release the cycle? A modal that cycles and releases on Escape is correct and NOT reported; a cycle Escape cannot leave is a trap (high severity). Returns the full tab stop list too. Requires local Playwright.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| lang | No | ||
| max_pasos | No | max real Tab presses (60 default) |