| | Accessibility requirements
| | |
---|
| A | Screen reader issues ( Refer to the demo video) Annotation is missing. for eg, Headings, logos, and images must be coded semantically as <h1> tags The contents of the page are not appropriately named. For eg, page title is named as ‘Title' instead of ‘Seeding rate calculator’ and the logo is named as SCCC (abbreviation) instead of 'Southern cover crop council logo’ in HTML code. Parts of the navigation bar are listed as buttons, even if they cannot be clicked or are disabled.
| Add relevant annotations for content such as headings, subheadings, notes, decorative media, images, and other media, etc. Example of Annotation in HTML: <h1>Seeding rate calculator</h1; <h2>Tell us about your planting site</h2> The names of all components across the screen should be properly named and any empty component should be removed so as to make the screen easily readable by a screen reader.
| |
Keyboard navigation
| ,. | |
| | Skip to content
There is a need to provide a way to skip to the main content of the page. (Many users of assistive technology are only able to experience content sequentially - that is, they must step through each part of the page, one part at a time.Most web pages have a header containing branding and navigation on every page. Stepping through this repetitive part of the page can be hugely frustrating for users of assistive technology.)
| Methods The skip to content link is usually hidden from users unless selected with an assistive tech, so it doesn't need to compromise the look of your page. Alternatively, you can use the <main> HTML landmark: <main> <h1>Welcome to this page</h1> If the page has less than 500 visible characters, it does not require a "skip to content" link. The link must appear before 500 visible characters of text in the page.
| |
| AA | Contrast ratio
| | |
Insufficient Form Control Contrast
| Form controls must appear sufficiently distinct from their surroundings, so that people with visual impairments are still able to clearly see them. Either the border or the form control itself must have a 3:1 colour contrast with the surrounding area.
| |
Interactive Component Size
| | |