-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Description
The user @carlsonsantana validate your site template "http://artemsheludko.com/adam-blog/" and found these accessibility errors:
- Page http://artemsheludko.com/adam-blog/:
- Issue ef7be5c4-1f0c-4b5e-b02e-d97e5c508e49:
- Type: Error
- Code: WCAG2AA.Principle1.Guideline1_3.1_3_1.F68
- Message: This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
- Selector:
#search-input
- Context:
<input type="text" id="search-input" class="search" placeholder="Search">
- Issue bbf5c655-0cb6-4931-96e5-5d96e56d8cbf:
- Type: Error
- Code: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name
- Message: This textinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
- Selector:
#search-input
- Context:
<input type="text" id="search-input" class="search" placeholder="Search">
- Issue 36591b1c-979c-4f4d-b8d5-3d92499ebafd:
- Type: Error
- Code: WCAG2AA.Principle3.Guideline3_2.3_2_2.H32.2
- Message: This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid.
- Selector:
html > body > div > div > div:nth-child(2) > div > div > form
- Context: `
pa11y.
You can view the full validation results in our website.
- Issue ef7be5c4-1f0c-4b5e-b02e-d97e5c508e49:
Metadata
Metadata
Assignees
Labels
No labels