Hi, i need template to be compatible with WCAG 2.0 (Level AA) Compatible.
Now i get some errors and i think needs overrides for JA QUICK CONTACT labels, JACM for h2 title and Fontawesome icons for Offcanvas and JA QUICK CONTACT button.
Accessibility Review
Accessibility Review (Guidelines: WCAG 2.0 (Level AA))
Export Format:
Report to Export:
Known Problems(7)
Likely Problems (0)
Potential Problems (246)
HTML Validation
CSS Validation
1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure.
Success Criteria 1.3.1 Info and Relationships (A)
Check 119: input element, type of "checkbox", missing an associated label.
Repair: Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
Error Line 534, Column 8:
<input type="checkbox" name="term_condition" id="term_condition" value="1" />
Check 206: input element, type of "checkbox", has no text in label.
Repair: Add text to the input element's associated label that describes the purpose or function of the control.
Error Line 534, Column 8:
<input type="checkbox" name="term_condition" id="term_condition" value="1" />
1.4 Distinguishable: Make it easier for users to see and hear content including separating foreground from background.
Success Criteria 1.4.4 Resize text (AA)
Check 117: i (italic) element used.
Repair: Replace your i elements with em or strong.
Error Line 123, Column 141:
<i class="fa fa-bars toggle-bars"></i>
Error Line 552, Column 112:
<i class="fa fa-paper-plane"> </i>
Error Line 720, Column 46:
<i class='fa fa-chevron-up'></i>
2.4 Navigable: Provide ways to help users navigate, find content, and determine where they are.
Success Criteria 2.4.6 Headings and Labels (AA)
Check 37: Header nesting - header following h1 is incorrect.
Repair: Modify the header levels so only an h1 or h2 follows h1.
Error Line 146, Column 6:
<h1>GLOCOM</h1>
3.3 Input Assistance: Help users avoid and correct mistakes.
Success Criteria 3.3.2 Labels or Instructions (A)
Check 188: Label text is empty.
Repair: Add text to the label element.
Error Line 534, Column 8:
<input type="checkbox" name="term_condition" id="term_condition" value="1" />