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

Accessibility fixes #80

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 16, 2022

  1. A11y: Wrapped content in <main> tag

    The page was missing the 'main' landmark.
    See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main
    kitswas committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b2db9a8 View commit details
    Browse the repository at this point in the history
  2. A11y: Scaling changes

    Specified initial scale and removed the max scale property.
    Refer to https://webhint.io/docs/user-guide/hints/hint-meta-viewport/?source=devtools
    kitswas committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5dfd10a View commit details
    Browse the repository at this point in the history
  3. Spacing fix

    kitswas committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f1867c4 View commit details
    Browse the repository at this point in the history
  4. A11y: Fixed contrast issues

    kitswas committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b3231cf View commit details
    Browse the repository at this point in the history