You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The user @carlsonsantana validate your site template "http://artemsheludko.com/adam-blog/" and found these accessibility errors:
#search-input
<input type="text" id="search-input" class="search" placeholder="Search">
#search-input
<input type="text" id="search-input" class="search" placeholder="Search">
html > body > div > div > div:nth-child(2) > div > div > form
You can view the full validation results in our website.
The text was updated successfully, but these errors were encountered: