Improve accessibility (part 3) (#4405)
* fix(compose): Add aria-label for the navigation links * fix(search): Add input label * fix(navigation_bar): Link description * fix(autosuggest_textarea): Add input label * fix(compose_form): Add input label * fix(upload_button): Add input label * fix(account/header): Add link content * fix(column_header): Use h1 tag * fix(column_header): Labels move buttons moving column * fix(settings_text): Add label to input * fix(column_header): Remove role from h1 * fix(modal_root): Use role=dialog * fix(modal_root): Focus restauration * fix(modal_root): Apply inert to sibligs * fix(column_header): Add role=button * chore(eslint): Disable jsx-a11y/label-has-for
Showing
- .eslintrc.yml 1 addition, 1 deletion.eslintrc.yml
- app/javascript/mastodon/components/autosuggest_textarea.js 17 additions, 14 deletionsapp/javascript/mastodon/components/autosuggest_textarea.js
- app/javascript/mastodon/components/column_header.js 6 additions, 4 deletionsapp/javascript/mastodon/components/column_header.js
- app/javascript/mastodon/components/setting_text.js 9 additions, 6 deletionsapp/javascript/mastodon/components/setting_text.js
- app/javascript/mastodon/features/account/components/header.js 5 additions, 2 deletions...javascript/mastodon/features/account/components/header.js
- app/javascript/mastodon/features/compose/components/compose_form.js 4 additions, 1 deletion...ript/mastodon/features/compose/components/compose_form.js
- app/javascript/mastodon/features/compose/components/navigation_bar.js 1 addition, 0 deletions...pt/mastodon/features/compose/components/navigation_bar.js
- app/javascript/mastodon/features/compose/components/search.js 12 additions, 9 deletions...javascript/mastodon/features/compose/components/search.js
- app/javascript/mastodon/features/compose/components/upload_button.js 13 additions, 10 deletions...ipt/mastodon/features/compose/components/upload_button.js
- app/javascript/mastodon/features/compose/index.js 7 additions, 7 deletionsapp/javascript/mastodon/features/compose/index.js
- app/javascript/mastodon/features/ui/components/modal_root.js 26 additions, 2 deletionsapp/javascript/mastodon/features/ui/components/modal_root.js
- app/javascript/mastodon/locales/ar.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/ar.json
- app/javascript/mastodon/locales/bg.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/bg.json
- app/javascript/mastodon/locales/ca.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/ca.json
- app/javascript/mastodon/locales/de.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/de.json
- app/javascript/mastodon/locales/defaultMessages.json 8 additions, 0 deletionsapp/javascript/mastodon/locales/defaultMessages.json
- app/javascript/mastodon/locales/en.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/en.json
- app/javascript/mastodon/locales/eo.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/eo.json
- app/javascript/mastodon/locales/es.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/es.json
- app/javascript/mastodon/locales/fa.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/fa.json
Loading
Please register or sign in to comment