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

feat(aria): Support progressive ARIA 1.1 attributes / roles #468

Merged
merged 1 commit into from Aug 7, 2017

Conversation

WilcoFiers
Copy link
Contributor

Add support for role=feed, role=term, aria-placeholder, aria-modal,
aria-current and aria-keyshortcuts.

This PR closes #350.

Add support for role=feed, role=term, aria-placeholder, aria-modal,
aria-current, aria-keyshortcuts
@marcysutton
Copy link
Contributor

How's the support for all of these new things?

@WilcoFiers
Copy link
Contributor Author

@marcysutton as far as I know none of them are supported currently. The reason we're adding them is because it's better to use them now, even if they aren't supported, since they will presumably be implemented at some point. Also, unlike some of the other features new to ARIA 1.1, these features aren't likely to cause accessibility problems if they're not supported. They simply add to the user experience when support is there.

@cycomachead
Copy link

They're also used in some of the ARIA authoring practices guide. It's somewhat confusing to be following guidelines for (in my case Modals) and seeing my specs fail because I'm using a new attribute.

@WilcoFiers WilcoFiers merged commit ebb2a5d into develop Aug 7, 2017
@dylanb dylanb deleted the progressive-aria-1.1 branch August 7, 2017 16:35
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.

Potential issue with Aria 1.1 role=feed
4 participants