patternfly / patternfly/patternfly-react
cleanup - DataListAction - id, aria-label and aria-labelledby are not currently in use but are required
オープン
まだ誰も着手していません。
Breaking change :boom:
PF Team
Pinned
- 主要言語
- TypeScript
- スター
- 862
- フォーク
- 392
- 平均マージ
- 4日 8時間
- マージ済み PR(30日)
- 9
説明
id can probably remain (and if so should be made non-required) but aria-label and aria-labelledby should be removed because they don't usually exist on a div without a role. These props were a holdover from when we were using a Button internally opposed to children.
Jira Issue: PF-107
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
DataListAction コンポーネントを見つけ、その props の定義と使用箇所を確認します。id が引き続き必要か、オプションにできるかを確認し、その後、使用されていない aria-label と aria-labelledby の props を削除します。完了条件は、公開 props と関連する参照が、コンポーネントの現在の children ベースの実装を一貫して反映していることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react, typescript
- 領域
- accessibility, frontend
- issue の種類
- リファクタリング
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100