You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add relevant aria attribute for selected emoji in the emoji picker (#31125)
* Add relevant aria attribute for selected emoji in the emoji picker
Signed-off-by: Michael Telatynski <[email protected]>
* Add aria-multiselectable
Signed-off-by: Michael Telatynski <[email protected]>
* Do not specify aria-selected/pressed when element is disabled
Signed-off-by: Michael Telatynski <[email protected]>
* Use checkbox role for reaction picker as gridcell + aria-selected has very inconsistent screenreader support
Signed-off-by: Michael Telatynski <[email protected]>
* Fix keyboard handling for modified DOM structure
Signed-off-by: Michael Telatynski <[email protected]>
* Fix enter behaviour
Signed-off-by: Michael Telatynski <[email protected]>
---------
Signed-off-by: Michael Telatynski <[email protected]>
0 commit comments