You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
1. Wrapped the toolbar in a <header /> element to allow the proper classification of the toolbar.
2. wrapped the <router-outlet /> element with a <main /> element instead of a <div /> element
3. Added a role="navigation" to the sidenav for screenreaders
4. Added an aria-label="menu" tag to the mat-icon-button because screen readers couldn't identify text to read inside the element.
5. Bumped up the font-weight on the .title element to fulfill color contrast requirements.
There is still a color contrast problem within the side menu. The current color is #e91e63, but it should be #E4165C to fulfill color contrast requirements.
0 commit comments