`CommandInput` sets `aria-expanded` to a boolean
オープン
まだ誰も着手していません。
bug
- 主要言語
- Ruby
- スター
- 1k
- フォーク
- 67
- 平均マージ
- 3日 12時間
- マージ済み PR(30日)
- 14
説明
- Where:
command_input.rb,aria_expanded: true. Snapshot
command/dialogline 18. - Effect: same root cause as item 2; listed separately because the fix
is a real state string ("false"at rest, toggled by the controller),
not just"true". - Fix:
aria_expanded: "false"and havecommand_controller.jsset it;
re-record (on the 2.0 line)command/*.
Surfaced by the golden HTML suite (PR #536), which pins what 1.6 renders today — this defect included. Per maintainer decision (2026-09-19) main stays as is: this is addressed on the 2.0 line, and the golden snapshot that pins it is re-recorded there with the diff reviewed.
Source: design/v2/follow-up-issues.md.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
command_input.rb の aria_expanded から始め、状態の更新について command_controller.js を調べます。golden HTML suite または command/* snapshot を実行し、2.0 系で再記録して diff を確認します。1.6 系を変更せず、静止状態とコントローラー管理の状態が期待される ARIA 文字列を使用していれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, ruby
- 領域
- accessibility, frontend, testing
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 活発
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 72/100