Opened 2 years ago
Closed 18 months ago
#6695 closed defect (bug) (fixed)
Found accessibility errors and suggestions for "Post a job Form".
Reported by: | viralsampat | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Jobs (jobs.wordpress.net) | Keywords: | 2nd-opinion |
Cc: |
Description
Hello Team,
While checking the "Post a job form" on this https://jobs.wordpress.net/post-a-job/ page I found accessibility errors and suggestions.
I have checked this using the google chrome "WAVE" extension.
So, I think that as an enhancement change, it should be fixed.
For better understanding, I have attached its video.
https://share.cleanshot.com/DB7m7p4SlnyFc8Q14Yfs
Thanks,
Change History (5)
Note: See
TracTickets for help on using
tickets.
To sumarise the video:
<label>
elements aren't linked to their<input>
elements. This is because thefor
attribute of the<label>
points to the ID of the<input>
but they don't have an ID attribute. Eg:div.job-help-text
,div.post-field-section-subheader
, and.post-job label span
contrast ratio's are too low for readability. Currently it's 2.8/1.6 contrast, should be >5. Changing these from#999
/#BBB
to#666
for the colour resolves it, but that then removes the differentiation of the form text to the "help" text.