Make cuts more accessible
3y3 opened this issue · 3 comments
3y3 commented
Cuts final html doesn't have role and state
Looks like we need expanded state and some relevant role.
martyanovandrey commented
- Cut also can use
<details>
tag, need to investigate it. - Сurrent implementation cannot be used from the keyboard. See also about tabindex
martyanovandrey commented
Proposal:
#405 (comment)
Changes needed here:
https://github.com/diplodoc-platform/transform/blob/master/src/transform/plugins/cut.ts
and probably here:
https://github.com/diplodoc-platform/transform/blob/master/src/js/cut.ts
martyanovandrey commented
done
#476