Help text should use <summary> and <details> elements #2

Closed
opened 2020-10-31 15:12:41 +01:00 by miraty · 1 comment
Owner

For now, the help text is made in CSS, and when using a screen reader all the content is showed (I guess).

Instead of using :hover in CSS, the help text should be a switch button that use semantic HTML elements : <summary> and <details>, in order to enhance accessibility.

For now, the help text is made in CSS, and when using a screen reader all the content is showed (I guess). Instead of using `:hover` in CSS, the help text should be a switch button that use semantic HTML elements : [`<summary>`](https://developer.mozilla.org/docs/Web/HTML/Element/summary) and [`<details>`](https://developer.mozilla.org/docs/Web/HTML/Element/details), in order to enhance accessibility.
miraty added the
accessibility
label 2020-10-31 15:19:11 +01:00
miraty added this to the 2.0.0 milestone 2020-10-31 15:21:09 +01:00
Author
Owner

Done in commit 9944bfbb82.

Done in commit 9944bfbb82.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: miraty/libreqr#2
No description provided.