Files
element-web/src/components/views
Marco Zehe 78555ed422 Make reaction buttons more accessible
Fixes vector-im/riot-web/issues/11608.

This patch:

1. Turns the container of reaction buttons into a toolbar.
2. Makes each button span into a button with a tabindex and an aria-label.
3. Constructs an alternative label that differs slightly from the text displayed by the tool tip:
   * It uses the names of the people who reacted.
   * It puts a space before the "reacted with" text.
   * It uses the actual emoji characters, not the converted colon-delimited shortNames, because the emojis usually tell blind users more about the expression.
   * It omits the number of reactions, since that information is already conveyed by the names.

Signed-off-by: Marco Zehe <marcozehe@mailbox.org>
2019-12-06 15:58:28 +01:00
..
2019-12-02 23:21:59 +00:00
2019-12-05 10:42:20 +00:00
2019-10-08 12:10:37 +01:00
2019-12-02 23:21:59 +00:00
2019-09-27 12:20:48 +01:00
2019-11-25 12:31:57 +01:00