Improve accessibility (part 6) (#4435)
* fix(status_action_bar): Use aria-pressed for reblog and favourite button * fix(column_back_button): Keyboard accessible * fix(status_content): Make focusable and accessible * fix(dropdown_menu): Use aria-expanded instead of aria-pressed * fix(emoji_picker_dropdown): Use aria-expanded instead of aria-hidden * feat(icon_button): Add aria-expanded * fix(privacy_dropdown): Use aria-expanded instead of aria-hidden
Showing
- app/javascript/mastodon/components/column_back_button.js 6 additions, 4 deletionsapp/javascript/mastodon/components/column_back_button.js
- app/javascript/mastodon/components/dropdown_menu.js 1 addition, 1 deletionapp/javascript/mastodon/components/dropdown_menu.js
- app/javascript/mastodon/components/icon_button.js 2 additions, 0 deletionsapp/javascript/mastodon/components/icon_button.js
- app/javascript/mastodon/components/status_action_bar.js 2 additions, 2 deletionsapp/javascript/mastodon/components/status_action_bar.js
- app/javascript/mastodon/components/status_content.js 5 additions, 1 deletionapp/javascript/mastodon/components/status_content.js
- app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js 1 addition, 1 deletion...odon/features/compose/components/emoji_picker_dropdown.js
- app/javascript/mastodon/features/compose/components/privacy_dropdown.js 1 addition, 1 deletion.../mastodon/features/compose/components/privacy_dropdown.js
Loading
Please register or sign in to comment