Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<!-- Test: a datalist element should not be visible
even if it contains non-option elements -->
<body>
<datalist>
<option>foo</option>
<option>bar</option>
<input type='text'>
</datalist>
</body>
</html>