Glitch-Shrike/app/javascript/mastodon/components
Sorin Davidoi b7d47c2aef Improve accessibility (part 4) (#4408)
* fix(dropdown_menu): Keyboard navigation

* fix(icon_button): Add aria-pressed attribute

* fix(privacy_dropdown): Make accessible

* fix(emoji_picker_dropdown): Make accessible

* fix(icon_button): Support tabIndex

* fix(actions_modal): Remove icon from tab order

* fix(dropdown_menu): Add role=group

* fix(setting_toggle): Toggle via space key

* fix(dropdown_menu): Remove redundant handling of Space key

* fix(emoji_picker_dropdown): Remove redundant Space key handling

* fix(privacy_dropdown): Remove redundant Space key handling

* fix(status): Switch to article and add aria-posinset, aria-setsize

* fix(status_list): Use role=feed and pass more ARIA props to Status

* chore(eslint): jsx-a11y/role-supports-aria-props
2017-07-28 04:37:30 +02:00
..
account.js
attachment_list.js
autosuggest_textarea.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
avatar.js
avatar_overlay.js
button.js
collapsable.js
column.js fix(column): Use passive wheel listener (#4348) 2017-07-25 01:05:51 +02:00
column_back_button.js
column_back_button_slim.js
column_header.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
display_name.js
dropdown_menu.js Improve accessibility (part 4) (#4408) 2017-07-28 04:37:30 +02:00
extended_video_player.js
icon_button.js Improve accessibility (part 4) (#4408) 2017-07-28 04:37:30 +02:00
load_more.js
loading_indicator.js Add loading indicator animation (#4316) 2017-07-23 20:28:18 +02:00
media_gallery.js Fixed issue that the NSFW image is not hidden on detail page (#4244) 2017-07-18 15:24:57 +02:00
missing_indicator.js
permalink.js
relative_timestamp.js
setting_text.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
status.js Improve accessibility (part 4) (#4408) 2017-07-28 04:37:30 +02:00
status_action_bar.js fix(dropdown_menu): Open as modal on mobile (#4295) 2017-07-27 22:31:59 +02:00
status_content.js
status_list.js Improve accessibility (part 4) (#4408) 2017-07-28 04:37:30 +02:00
video_player.js