Skip to content

๐ŸŽจ Palette: ํ…Œ์ด๋ธ” ์•ก์…˜ ๋ฒ„ํŠผ์— ์ปจํ…์ŠคํŠธ ๊ธฐ๋ฐ˜ ARIA ๋ ˆ์ด๋ธ” ์ถ”๊ฐ€ - #189

Closed
seonghobae wants to merge 1 commit into
mainfrom
palette-context-aria-labels-12779962513131093106
Closed

๐ŸŽจ Palette: ํ…Œ์ด๋ธ” ์•ก์…˜ ๋ฒ„ํŠผ์— ์ปจํ…์ŠคํŠธ ๊ธฐ๋ฐ˜ ARIA ๋ ˆ์ด๋ธ” ์ถ”๊ฐ€#189
seonghobae wants to merge 1 commit into
mainfrom
palette-context-aria-labels-12779962513131093106

Conversation

@seonghobae

@seonghobae seonghobae commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #162, which already contains the same table-action accessibility change.

๋ฐ˜๋ณต๋˜๋Š” ํ…Œ์ด๋ธ” ์•ก์…˜ ๋ฒ„ํŠผ("Details", "Status JSON", "Open viewer")์— ํ–‰(row) ์ปจํ…์ŠคํŠธ(ํŒŒ์ผ๋ช…)๋ฅผ ํฌํ•จํ•œ ๋™์ ์ธ ARIA ๋ ˆ์ด๋ธ”์„ ์ถ”๊ฐ€ํ•˜์—ฌ ์Šคํฌ๋ฆฐ ๋ฆฌ๋” ์‚ฌ์šฉ์ž์˜ ์ ‘๊ทผ์„ฑ์„ ํ–ฅ์ƒ์‹œ์ผฐ์Šต๋‹ˆ๋‹ค.
๋˜ํ•œ ๋กœ๋”ฉ ์ƒํƒœ ์ „ํ™˜ ์‹œ ๊ธฐ์กด ARIA ๋ ˆ์ด๋ธ”์„ ์ž„์‹œ๋กœ "Loading..."์œผ๋กœ ๋ฎ์–ด์“ฐ๊ณ  ๋ณต์›ํ•˜๋„๋ก ๊ฐœ์„ ํ•˜์˜€์Šต๋‹ˆ๋‹ค.
@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.

Copilot AI review requested due to automatic review settings July 21, 2026 21:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR improves the accessibility of the static viewer demoโ€™s history table by ensuring repetitive per-row actions (โ€œDetailsโ€, โ€œStatus JSONโ€, โ€œOpen viewerโ€) expose row-specific context to assistive technologies.

Changes:

  • Added optional ariaLabel parameters to createActionButton and createLink in demo.js.
  • Generated context-specific aria-label values for history-table actions using the rowโ€™s filename, and temporarily switched the โ€œDetailsโ€ buttonโ€™s aria-label to "Loading..." during async loading.
  • Documented the new โ€œcontext-specific ARIA labelsโ€ practice in .jules/palette.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/main/resources/static/assets/viewer/demo.js Adds optional ARIA label support and applies contextual aria-labels (plus loading-state label override) to repetitive table actions.
.jules/palette.md Records the accessibility learning/action guidance for context-specific ARIA labels in repetitive table actions.

๐Ÿ’ก Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 161 to 165
openJobDetail(job).finally(() => {
btn.replaceChildren(...initialChildren);
btn.disabled = false;
if (originalAriaLabel) btn.setAttribute("aria-label", originalAriaLabel);
});
Comment thread src/main/resources/static/assets/viewer/demo.js
@seonghobae seonghobae closed this Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants