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

Bug/fix some a11y issues #121

Merged

Conversation

nickytonline
Copy link
Contributor

@nickytonline nickytonline commented Aug 19, 2020

Resolves all of #118.

These are all fixes caught by the Axe browser extension (Chrome | Firefox) used in conjunction with the Web AIM contrast checker.

Before

image

After

image

Before

image

After

image

Christopher Walken dancing with a hallway broom

Feel free to suggest better colours. These are the ones I came up with as soon as the Web AIM contrast checker gave me all passes.

@netlify
Copy link

netlify bot commented Aug 19, 2020

Deploy request for affectionate-goldberg-7cf473 rejected.

Rejected with commit c853ec5

https://docs.netlify.com/configure-builds/environment-variables/#sensitive-variable-policy

@@ -55,8 +55,9 @@ const PostAJobForm = ({
companyDescription: Yup.string().required(
'Please give a brief description of the company and culture.'
),
companyLogo: Yup.mixed().required('Please provide a .png format image of your company logo')
.test(file => file && file.type === 'image/png'),
companyLogo: Yup.mixed()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Prettier in action.

@nickytonline nickytonline marked this pull request as ready for review August 19, 2020 04:51
@drewclem
Copy link
Collaborator

@nickytonline Is there anything a11y compliant we can do about keeping the bg-image for headings on the form sections?

@nickytonline
Copy link
Contributor Author

@nickytonline Is there anything a11y compliant we can do about keeping the bg-image for headings on the form sections?

I'll take a peek later tonight. Didn't realize I removed the bg images, or maybe I'm misunderstanding your comment. 🙃

@drewclem
Copy link
Collaborator

The bg pattern is missing in your after screenshot. It may not have rendered if you'd already killed the server before snapping it?

@nickytonline
Copy link
Contributor Author

I've updated the PR description @drewclem. It must have been some weird loading issue when I took the screenshot as it seems to be fine on my branch for the background image. Feel free to take the PR for a spin though.

@drewclem
Copy link
Collaborator

@nickytonline Looks good to me! I figured it was a strange loading instance. I've seen something similar before.

@drewclem drewclem merged commit db7211f into ProjectProtege:develop Aug 20, 2020
This was referenced Aug 20, 2020
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.

None yet

2 participants