fediverse-devnet / fediverse-devnet/feditest
Accessibility of the expandable stack traces
- Dominant language
- Python
- Stars
- 37
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
We are hiding stack traces of errors by default. They can be expanded with click.
Example not expanded:

Example expanded:

The expand functionality is triggered by a mouse click, which toggles the selection status of a hidden `input` element.
This is currently not accessible from the keyboard. I tried, but I don't know how to make it accessible. Help?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.