Progressive Accessibility Compliance Adaptation Program
pass (a bill or inspection etc) runAccessibilityAudit Order to realize a three-tier testing system:
- Instant Fixes: automatic flagging of A-rated issues such as images with missing alt text, insufficient color contrast, etc. (results marked with 🚩)
- Interaction Improvements
: Detect AA-level issues such as keyboard navigation breaks, loss of focus, etc., and provide component-level fixes
Implementation suggestion: After the first scan, prioritize "Serious" categories with scores below 50. For dynamically loaded content, enable "Live Monitoring" mode in Chrome extension panel. Special scenarios can work with mcp_getScreenReaderOutput command simulates the screen reading effect.