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

Add tota11y for accessibility testing #7

Merged
merged 4 commits into from
Jul 11, 2018

Conversation

thevoiceofzeke
Copy link
Contributor

@thevoiceofzeke thevoiceofzeke commented Jul 11, 2018

In this PR:

  • Added tota11y as a project dependency and included in demo page
  • Added labels to demo page input fields
  • Added aria-labels to markup for the app bar title
  • Changed when the call to build the title HTML happens (to avoid calling it multiple times)

Note: VoiceOver on mac is able to read and interact with the app bar as you would expect.

Screenshot

screen shot 2018-07-11 at 10 36 46 am

package.json Outdated
@@ -18,5 +18,8 @@
"homepage": "https://github.com/myuw-web-components/myuw-app-bar#readme",
"devDependencies": {
"superstatic": "^5.0.1"
},
"dependencies": {
"tota11y": "^0.1.6"
Copy link
Contributor

Choose a reason for hiding this comment

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

this may just be a devDependency? not something we want packaged?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, yeah I that's what I meant to do. Will update!

@thevoiceofzeke thevoiceofzeke merged commit ce8711d into myuw-web-components:master Jul 11, 2018
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