Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Проблема: требуется описание для input type="submit" #87

Closed
nikolai-shabalin opened this issue Jan 15, 2024 · 1 comment · Fixed by #93
Closed

Comments

@nikolai-shabalin
Copy link
Contributor

Ошибка из терминала

22:5 error Input with id "null" has no associated label htmlacademy/input-req-label

Часть кода на котором произошла ошибка

<form action="index.html">
  <label>
    Text field: <input type="text" name="name">
  </label>
  <input type="submit" value="Отправить">
</form>

Описание проблемы

Правило htmlacademy/input-req-label требует у <input type="submit" value="Отправить"> описание. Для submit является текст в value

@nikolai-shabalin
Copy link
Contributor Author

#92 fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant