Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve accessibility (part 6) #4435

Merged
merged 7 commits into from
Jul 28, 2017
Merged

Improve accessibility (part 6) #4435

merged 7 commits into from
Jul 28, 2017

Conversation

sorin-davidoi
Copy link
Contributor

Follow-up to #4369, #4377, #4405, #4408, #4417 .

Allows the content of the toots to be read accesibility software, some minor improvements.

@sorin-davidoi sorin-davidoi added the accessibility Screen readers and related label Jul 28, 2017
@@ -162,6 +162,8 @@ export default class StatusContent extends React.PureComponent {
return (
<div
ref={this.setRef}
tabIndex='0'
aria-label={status.get('search_index')}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this shouldn't be used, but it already contains the perfect information (CW + content), and I would rather avoid additional encodings/decodings.

@Gargron Gargron merged commit c71874b into mastodon:master Jul 28, 2017
@sorin-davidoi sorin-davidoi deleted the improve-accessibility-6 branch July 29, 2017 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Screen readers and related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants