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.
Selector: #container > input
Context: <input type="text" placeholder="Add New Todo">
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: #container > input
Context: <input type="text" placeholder="Add New Todo">
Issue ec9f4c46-8ac4-41c3-b61f-d33ecdd6d490:
Type: Error
Code: WCAG2AA.Principle3.Guideline3_1.3_1_1.H57.2
Message: The html element should have a lang or xml:lang attribute which describes the language of the document.
The user @carlsonsantana validate your site template "https://anujraval24.github.io/TODOs-demo/" and found these accessibility errors:
#container > input
<input type="text" placeholder="Add New Todo">
#container > input
<input type="text" placeholder="Add New Todo">
html
<html><head><title>Todo List</title...</html>
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: