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

Added aria role and keyboard navigation. #9

Merged
merged 1 commit into from
Sep 15, 2015

Conversation

ivarconr
Copy link
Contributor

The role-attribute is important when we make "none-interactive"
elements interactive, such as SPANs. This makes it easier for
person using screen readers and such to use the site.
(http://www.w3.org/TR/wai-aria/roles)

By having a tabIndex and support "enter" we can easily navigate
to the upload element, and enter it via the keyboard. This makes
our site more usable.

The role-attribute is important when we make "none-interactive"
elements interactive, such as SPANs. This makes it easier for
person using screen readers and such to use the site.
(http://www.w3.org/TR/wai-aria/roles)

By having a tabIndex and support "enter" we can easily navigate
to the upload element, and enter it via the keyboard. This makes
our site more usable.
@shepherdwind
Copy link
Contributor

This is very good.

👍

shepherdwind added a commit that referenced this pull request Sep 15, 2015
Added aria role and keyboard navigation.
@shepherdwind shepherdwind merged commit cb4494e into react-component:master Sep 15, 2015
@shepherdwind
Copy link
Contributor

1.4.4 published

@ivarconr
Copy link
Contributor Author

Nice!

It does seem to be something wrong with the 1.4.4-release as no of the changes are reflected in that release (http://registry.npmjs.org/rc-upload/-/rc-upload-1.4.4.tgz).

@yiminghe
Copy link
Member

install 1.5.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants