patternfly / patternfly/patternfly-react
MenuToggle - add aria-invalid and aria-autocomplete
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 862
- フォーク
- 392
- 平均マージ
- 4日 8時間
- マージ済み PR(30日)
- 9
説明
Describe the enhancement or change
Per https://github.com/patternfly/patternfly/issues/6562#issuecomment-2839684312:
-
MenuToggle should be updated to apply
aria-invalid="true"when the status is danger for non-typeahead/plain toggles (basic toggles and split button toggles). If there are any typeahead examples showing status, those should be updated to apply the aria-invalid to the input element. -
For typeahead variants, examples and templates should be updated so that
aria-autocomplete="list"is applied to the text input being used as the typeahead input.
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
Any other information?
Jira Issue: PF-1732
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
MenuToggle コンポーネント、その examples、templates から始め、basic、split-button、typeahead の各バリアントに焦点を当てます。関連するレンダリング済み要素を更新し、danger status では aria-invalid が公開され、typeahead inputs では aria-autocomplete="list" が公開されるようにします。examples とコンポーネントの動作がこれらの属性を反映すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react, typescript
- 領域
- accessibility, frontend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 68/100