Skip to content

🎨 Palette: 외부 링크 새 탭 열림 접근성 개선 - #988

Closed
seonghobae wants to merge 1 commit into
developfrom
palette-a11y-external-links-9069063495424429009
Closed

🎨 Palette: 외부 링크 새 탭 열림 접근성 개선#988
seonghobae wants to merge 1 commit into
developfrom
palette-a11y-external-links-9069063495424429009

Conversation

@seonghobae

@seonghobae seonghobae commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

💡 What: 대시보드에서 제공하는 외부 참조 링크(target="_blank") 내부에 스크린 리더 전용 안내 텍스트(<span class="sr-only"> (opens in a new tab)</span>)를 추가했습니다.
🎯 Why: 시각장애인 등 스크린 리더 사용자가 링크를 활성화했을 때 갑작스러운 컨텍스트 전환(새 창 열림)에 당황하지 않도록 명시적으로 안내하기 위함입니다.
📸 Before/After: 시각적 변화는 없으나 스크린 리더에서 '링크 텍스트 (opens in a new tab) 링크' 로 읽히게 됩니다.
♿ Accessibility: WCAG 지침에 따라 새 창으로 열리는 링크에 대한 예측 가능성을 제공합니다.


PR created automatically by Jules for task 9069063495424429009 started by @seonghobae

Summary by CodeRabbit

  • 접근성 개선

    • 대시보드의 새 탭으로 열리는 외부 링크에 스크린 리더용 안내 문구를 추가했습니다.
    • 링크가 새 탭에서 열리는 동작을 보조기기 사용자가 쉽게 인지할 수 있습니다.
  • 테스트

    • 외부 링크의 접근성 안내 문구가 올바르게 제공되는지 검증하는 테스트를 추가했습니다.

@google-labs-jules

Copy link
Copy Markdown

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8c0bd167-00c6-43bf-8a32-d01b9c492518

📥 Commits

Reviewing files that changed from the base of the PR and between a68b57d and 57fb639.

📒 Files selected for processing (3)
  • .jules/palette.md
  • scanner/dashboard/index.html
  • tests/test_dashboard_core.py

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

대시보드의 새 탭 외부 링크에 시각적으로 숨겨진 안내 문구를 추가했습니다. 접근성 지침과 HTML 검증 테스트도 갱신했습니다.

Changes

외부 링크 접근성

Layer / File(s) Summary
새 탭 링크 안내 및 검증
.jules/palette.md, scanner/dashboard/index.html, tests/test_dashboard_core.py
외부 링크에 스크린 리더용 “opens in a new tab” 문구를 추가했습니다. rel="noopener"와 안내 문구를 검증하는 테스트를 추가했습니다.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 57fb6

The change adds screen-reader guidance to external links without altering their visual presentation or broader behavior; no actionable merge-blocking risk remains after normal checks and review.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 제목은 대시보드 외부 링크의 새 탭 열림 접근성 개선이라는 주요 변경 사항을 명확하게 요약합니다.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch palette-a11y-external-links-9069063495424429009

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode cannot approve yet because required coverage evidence did not pass.

Review outcome

1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence

  • Problem: The required coverage-evidence job result was failure, so OpenCode cannot establish approval sufficiency for this head.

  • Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.

  • Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports success with required evidence or explicit no-source not-applicable evidence.

  • Regression test: Keep the approval branch checking needs.coverage-evidence.result == success before posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present.

  • Result: REQUEST_CHANGES

  • Reason: coverage-evidence result was failure, so required test/docstring evidence was not proven for current head 57fb639300518909e37fd5fb5467d8e6edf6d922.

  • Head SHA: 57fb639300518909e37fd5fb5467d8e6edf6d922

  • Workflow run: 32189198133

  • Workflow attempt: 1

Coverage evidence

Coverage evidence job did not run or did not publish coverage evidence.

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Changed file (2 files)"]
  S1 --> I1["repository behavior"]
  I1 --> R1["Review risk: Changed file (2 files)"]
  R1 --> V1["required checks"]
  Evidence --> S2["Test: test_dashboard_core.py"]
  S2 --> I2["regression suite"]
  I2 --> R2["Review risk: Test: test_dashboard_core.py"]
  R2 --> V2["targeted test run"]
Loading

@opencode-agent

opencode-agent Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 57fb639300518909e37fd5fb5467d8e6edf6d922
  • Workflow run: 32193790780
  • Workflow attempt: 1
  • Gate result: REQUEST_CHANGES (approval step)

Pull request overview

OpenCode cannot approve yet because required coverage evidence did not pass.

Review outcome

1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence

  • Problem: The required coverage-evidence job result was failure, so OpenCode cannot establish approval sufficiency for this head.

  • Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.

  • Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports success with required evidence or explicit no-source not-applicable evidence.

  • Regression test: Keep the approval branch checking needs.coverage-evidence.result == success before posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present.

  • Result: REQUEST_CHANGES

  • Reason: coverage-evidence result was failure, so required test/docstring evidence was not proven for current head 57fb639300518909e37fd5fb5467d8e6edf6d922.

  • Head SHA: 57fb639300518909e37fd5fb5467d8e6edf6d922

  • Workflow run: 32193790780

  • Workflow attempt: 1

Coverage evidence

Coverage evidence job did not run or did not publish coverage evidence.

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Changed file (2 files)"]
  S1 --> I1["repository behavior"]
  I1 --> R1["Review risk: Changed file (2 files)"]
  R1 --> V1["required checks"]
  Evidence --> S2["Test: test_dashboard_core.py"]
  S2 --> I2["regression suite"]
  I2 --> R2["Review risk: Test: test_dashboard_core.py"]
  R2 --> V2["targeted test run"]
Loading

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode cannot approve yet because required coverage evidence did not pass.

Review outcome

1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence

  • Problem: The required coverage-evidence job result was failure, so OpenCode cannot establish approval sufficiency for this head.

  • Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.

  • Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports success with required evidence or explicit no-source not-applicable evidence.

  • Regression test: Keep the approval branch checking needs.coverage-evidence.result == success before posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present.

  • Result: REQUEST_CHANGES

  • Reason: coverage-evidence result was failure, so required test/docstring evidence was not proven for current head 57fb639300518909e37fd5fb5467d8e6edf6d922.

  • Head SHA: 57fb639300518909e37fd5fb5467d8e6edf6d922

  • Workflow run: 32193790780

  • Workflow attempt: 1

Coverage evidence

Coverage evidence job did not run or did not publish coverage evidence.

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Changed file (2 files)"]
  S1 --> I1["repository behavior"]
  I1 --> R1["Review risk: Changed file (2 files)"]
  R1 --> V1["required checks"]
  Evidence --> S2["Test: test_dashboard_core.py"]
  S2 --> I2["regression suite"]
  I2 --> R2["Review risk: Test: test_dashboard_core.py"]
  R2 --> V2["targeted test run"]
Loading

Copy link
Copy Markdown
Contributor Author

Closing as superseded by the existing dashboard accessibility/security owner rather than creating another writer on scanner/dashboard/index.html.

The unique buyer behavior here—announcing that an external reference opens in a new tab—is already present in #930 through its integrated #935 lineage, with additional fail-closed HTTP(S) URL normalization, rel="noopener", stale-detail protection, focus restoration, and dedicated executable external-link coverage. #930 is itself frozen as the predecessor contract for active Cursor design-system successor #977, which must preserve that behavior during reconciliation.

This PR adds no unique authority or interaction state beyond that contract and also carries generated .jules/palette.md drift. No check/review evidence from this PR transfers to #930 or #977.

@seonghobae seonghobae closed this Aug 19, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Security Aug 19, 2026
@google-labs-jules

Copy link
Copy Markdown

Closing as superseded by the existing dashboard accessibility/security owner rather than creating another writer on scanner/dashboard/index.html.

The unique buyer behavior here—announcing that an external reference opens in a new tab—is already present in #930 through its integrated #935 lineage, with additional fail-closed HTTP(S) URL normalization, rel="noopener", stale-detail protection, focus restoration, and dedicated executable external-link coverage. #930 is itself frozen as the predecessor contract for active Cursor design-system successor #977, which must preserve that behavior during reconciliation.

This PR adds no unique authority or interaction state beyond that contract and also carries generated .jules/palette.md drift. No check/review evidence from this PR transfers to #930 or #977.

Understood. Acknowledging that this work is superseded by #930 / #977 and stopping work on this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant