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.
The user @carlsonsantana validate your site template "https://wall-e-jekyll.github.io/" and found these accessibility errors:
html > body > div > main > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(2) > div > img
<img class="ui avatar image" src="/assets/img/profile.jpg">
html > body > div > main > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > img
<img class="ui avatar image" src="/assets/img/profile.jpg">
html > body > div > main > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(2) > div > img
<img class="ui avatar image" src="/assets/img/profile.jpg">
html > body > div > div > header > nav > div:nth-child(1) > div > div > a:nth-child(3)
<a class="item" href="https://github.com/abhn"> <i...</a>
html > body > div > div > header > nav > div:nth-child(1) > div > div > a:nth-child(2)
<a class="item" href="http://stallman.org/facebook.html"> <i...</a>
#search-input
<input placeholder="Search..." type="text" id="search-input" onkeypress="handleKeyPress()">
#search-input
<input placeholder="Search..." type="text" id="search-input" onkeypress="handleKeyPress()">
html > body > div > div > header > div > h1 > a
<a href="/"><img src="/assets/img/logo.png"...</a>
html > body > div > div > header > div > h1
<h1 class="site-logo"> <a href="/"><i...</h1>
You can check these accessibility errors using pa11y.
You can view the full validation results in our website.
The text was updated successfully, but these errors were encountered: