improve(a11y): strengthen site accessibility baseline#21
Conversation
Deploying koutyuke-dev with
|
| Latest commit: |
23e0ec7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://67127a36.koutyuke-dev.pages.dev |
| Branch Preview URL: | https://10-a11y-improve-site-accessi.koutyuke-dev.pages.dev |
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR improves site accessibility by adding ChangesAccessibility and Visual Refinements
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🗼 Lighthouse Preview Report 🗼
Analyze Report
Detailed Report |
Summary
site の accessibility baseline を改善しました。theme selection の選択状態、hero の scroll link、低コントラスト気味だった補助テキストを調整しています。
Background
keyboard、screen reader、低視力環境でも personal portfolio site を扱いやすくするため、基本的な a11y の土台を整える必要があります。
Change Details
aria-pressedを付与し、現在選択中の theme を assistive technology に伝えるようにしたtext-slate-11に上げ、contrast を改善したRelated Issue
Impact Area
Testing
./node_modules/.bin/vp check./node_modules/.bin/vp testNotes
vpは見つからなかったため、repository 内のnode_modules/.bin/vpを直接実行しました。