fediverse-devnet/feditest

Accessibility of the expandable stack traces

Open

#435 创建于 2024年12月17日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (6 fork)github user discovery
help wanted

仓库指标

Star
 (37 star)
PR 合并指标
 (PR 指标待抓取)

描述

We are hiding stack traces of errors by default. They can be expanded with click.

Example not expanded:

Screenshot 2024-12-17 at 14 03 18

Example expanded:

Screenshot 2024-12-17 at 14 03 25

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?

贡献者指南