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

Incorrect list attribute is not detected #1149

Open
JAWS-test opened this issue May 12, 2021 · 0 comments · May be fixed by #1455
Open

Incorrect list attribute is not detected #1149

JAWS-test opened this issue May 12, 2021 · 0 comments · May be fixed by #1455

Comments

@JAWS-test
Copy link

JAWS-test commented May 12, 2021

<input type=checkbox list=test>
<datalist id=test>
	<option>1
	<option>2
</datalist>

is not recognized as an error, even if the list attribute is not allowed for some inputs

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

Successfully merging a pull request may close this issue.

2 participants