fix(report): make export blocks keyboard-scrollable - #502
Conversation
가로 스크롤이 발생하는 `<pre>` 내보내기 블록에 키보드 접근성 및 시각적 피드백을 추가했습니다. - `<pre>` 태그에 `tabindex="0"`, `role="region"`, `aria-label`을 부여하여 키보드 탐색 및 스크롤을 지원합니다. - `:focus-visible` 아웃라인을 추가하여 초점 상태를 명확히 했습니다. - `<summary>` 태그에 hover 트랜지션 색상을 추가하여 시각적 피드백을 강화했습니다.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Warning Review limit reached
Next review available in: 33 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Comment |
|
@jules Release-hardening follow-up for the current accessibility PR:
|
|
@jules Complete this accessibility fix on the current branch without changing the rendered behavior: run the repository changelog renderer so |
|
@jules The duplicate changelog fragment has been removed; keep |
요청하신 대로 다음과 같이 조치했습니다.
|
가로 스크롤이 발생하는 `<pre>` 내보내기 블록에 키보드 접근성 및 시각적 피드백을 추가했습니다. - `<pre>` 태그에 `tabindex="0"`, `role="region"`, `aria-label`을 부여하여 키보드 탐색 및 스크롤을 지원합니다. - `:focus-visible` 아웃라인을 추가하여 초점 상태를 명확히 했습니다. - `<summary>` 태그에 hover 트랜지션 색상을 추가하여 시각적 피드백을 강화했습니다. - CHANGELOG 항목을 업데이트하고 palette.md 저널의 날짜를 수정했습니다.
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
Accessibility gap
Generated diagnostics reports expose full-precision JSON and CSV exports inside horizontally scrollable
<pre>blocks. Those blocks were not keyboard-focusable, so keyboard-only users could be unable to inspect content beyond the visible horizontal viewport.Implemented correction
tabindex="0";aria-label;:focus-visibleoutline for the scrollable export surface;<summary>controls;Scope boundary
This changes report accessibility and presentation only. It does not alter report data, numeric precision, export serialization, psychometric calculations, dependencies, or workflow policy.
Verification gate
Merge only after the exact head passes the report accessibility and exact-value suites, changelog render parity, complete CI, Security Scan, SAST, and final review.