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

Pr 18 review fixes #19

Closed

Conversation

yogeshgadge
Copy link
Collaborator

Fixes as per the review comments on #18

@@ -38,7 +38,7 @@
<cbp-applications-search></cbp-applications-search>


<div class="mat-menu-item cbp-applications-refresh" (click)="reloadApplicationsData($event)">
<div class="mat-menu-item cbp-applications-refresh" role="button" (click)="reloadApplicationsData($event)">

Choose a reason for hiding this comment

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

Not sure this solves the issue. Is the div focusable? also, does it have the right keyboard actions? https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_button_role

Copy link
Collaborator Author

@yogeshgadge yogeshgadge Sep 26, 2017

Choose a reason for hiding this comment

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

It does not have keyboard actions. It should. Unfortunately can't use mdButton to get the benefits of accessibility out of the box.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Assigned #21 to @jscharett

@yogeshgadge
Copy link
Collaborator Author

Declining/Closing this PR. It will be addressed in #21

@yogeshgadge yogeshgadge deleted the pr-18-review-comment-fixes branch September 27, 2017 14:12
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.

2 participants