-
Notifications
You must be signed in to change notification settings - Fork 0
fix(a11y): correct deterministic accessibility regressions #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e8d4948
9ba7063
8c9a40a
c8d1856
ce0960d
ea54ae4
eecd30d
c0f4e4b
28f192a
7b689f6
15058ee
6215d01
fbff378
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,34 @@ | ||
| schemaVersion: 1 | ||
| task: frontend-accessibility-auditor | ||
| lastExecution: null | ||
| findings: [] | ||
| checks: [] | ||
| lastExecution: "2025-03-29T02:55:00Z" | ||
| outcome: CHANGES_APPLIED | ||
| findings: | ||
| - id: FINDING-A11Y-001 | ||
| rule: UNLABELLED_INPUT | ||
| description: "Waitlist email input field in WaitlistForm.astro lacked explicit semantic label association via for/id attribute on label." | ||
| firstDetected: "2025-03-29T02:55:00Z" | ||
| lastVerified: "2025-03-29T02:55:00Z" | ||
| occurrences: 1 | ||
| status: resolved | ||
| remediation: | ||
| status: implemented | ||
| pullRequest: null | ||
| - id: FINDING-A11Y-002 | ||
| rule: IMG_MISSING_ALT | ||
| description: "ComposerChannelSelector.vue avatar image alt text expression could evaluate to empty or undefined if channel name was missing." | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win Correct the recorded finding description. The previous expression 🤖 Prompt for AI Agents |
||
| firstDetected: "2025-03-29T02:55:00Z" | ||
| lastVerified: "2025-03-29T02:55:00Z" | ||
| occurrences: 1 | ||
| status: resolved | ||
| remediation: | ||
| status: implemented | ||
| pullRequest: null | ||
| checks: | ||
| - name: "Biome Lint" | ||
| target: "apps/web/" | ||
| status: Passed | ||
| notes: "pnpm lint completed without errors." | ||
| - name: "App Unit Tests" | ||
| target: "apps/web/app/" | ||
| status: Passed | ||
| notes: "Vitest unit tests passed." | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -137,4 +137,4 @@ | |
| "path": "visitor/SKILL.md" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🤖 get_repo_knowledge executed:
get_repo_knowledge dallay/profiletailors.com /tmp/coderabbit-repo-knowledge/dallay-profiletailors-com-5067608e/conventionsLength of output: 9636
🏁 Script executed:
Repository: dallay/profiletailors.com
Length of output: 9814
🏁 Script executed:
Repository: dallay/profiletailors.com
Length of output: 4320
🏁 Script executed:
Repository: dallay/profiletailors.com
Length of output: 3634
🏁 Script executed:
Repository: dallay/profiletailors.com
Length of output: 50383
Record every applicable frontend quality gate.
The report and state omit required gates for the changed surfaces.
apps/web/marketing/, recordjust frontend-lint,just frontend-check,just frontend-test, andjust frontend-build.apps/web/app/, recordpnpm --filter app lint,pnpm --filter app type-check,pnpm --filter app test:run, and the app build command used by CI.Passed,Failed,Skipped, orNot runresult in both records.📍 Affects 2 files
.agents/automation/reports/frontend-accessibility-auditor.md#L29-L34(this comment).agents/automation/reports/frontend-accessibility-auditor.md#L46-L56.agents/automation/state/frontend-accessibility-auditor.yaml#L26-L34🤖 Prompt for AI Agents
Source: Path instructions