patternfly / patternfly/patternfly-org
Add a11y documentation for Table
Open
Nobody has claimed this yet.
A11y
Content
Documentation
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 147
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 2
Description
Some topics to address/keep in mind when these docs are written:
- the Th component should never be used if it does not contain any content (e.g. don't do
<Th />), and instead use a<Td />component
Jira Issue: PF-1957
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Table component documentation and its accessibility guidance; no file or test is named in the issue. Document that an empty Th component should be replaced with Td, then confirm the Table accessibility documentation covers this example and the linked Jira requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- accessibility, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100