Sounds on the Web Review UI code for audio feedback best practices and accessibility. How It Works 1. Read the specified files (or prompt user for files/pattern) 2. Check against all rules below 3. Output findings in format Rule Categories | Priority | Category | Prefix | |----------|----------|--------| | 1 | Accessibility | | | 2 | Appropriateness | | | 3 | Implementation | | | 4 | Weight Matching | | Rules Accessibility Rules Every audio cue must have a visual equivalent; sound never replaces visual feedback. Fail: Pass: Provide explicit toggle to disable sounds in settings. Fail: Pass: Re…