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

[BUGFIX beta] Ensure role attribute is applied to views if present. #11227

Merged
merged 1 commit into from
May 20, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 20, 2015

The role attribute was previously being applied manually basically forever, but was removed during the Glimmer view layer rewrite.

This commit brings it back, and adds a few tests for both Ember.View and Ember.Component to help ensure we don't forget about it in the future. 😃

Fixes #11215.

The `role` attribute was previously being applied manually basically forever,
but was removed during the Glimmer view layer rewrite.

This commit brings it back, and adds a few tests for both Ember.View and
Ember.Component to help ensure we don't forget about it in the future. 😃
rwjblue added a commit that referenced this pull request May 20, 2015
[BUGFIX beta] Ensure role attribute is applied to views if present.
@rwjblue rwjblue merged commit 79e764e into emberjs:master May 20, 2015
@rwjblue rwjblue deleted the fix-aria-role branch May 20, 2015 01:06
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.

[glimmer] ariaRole not being applied
1 participant