Skip to content

Conversation

@avidflyer17
Copy link
Owner

Summary

  • enable keyboard focus on active service items
  • outline service items on focus to mirror Docker card behavior

Testing

  • ./tests/run.sh

https://chatgpt.com/codex/tasks/task_e_68b08ee929dc832d95ba6c9070f86cc2

@avidflyer17 avidflyer17 merged commit 877ec78 into services-update Aug 28, 2025
1 check passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines 172 to +173
<template id="tpl-service-item">
<div class="service-item">
<div class="service-item" tabindex="0">

Choose a reason for hiding this comment

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

[P1] Add tabindex when service cards built in JS

Setting tabindex="0" on the template does not make the rendered service cards focusable because audits/scripts/viewer.js constructs each card via document.createElement('div') and never clones the template. In the deployed page the cards still lack a tabindex, so keyboard users cannot focus them and the new :focus-within outline never appears. The JavaScript render path needs to apply the same tabindex (or use the template) for the accessibility change to take effect.

Useful? React with 👍 / 👎.

@avidflyer17 avidflyer17 deleted the codex/add-card-selection-for-active-services branch August 28, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants