Hi,<br><br>I was trying to validate a form that's using the datalist element, but the validator <a href="http://html5.validator.nu/">http://html5.validator.nu/</a> doesn't accept it.<br><br>I also tried with the example on the HTML5 specs and I get the same error:<br>
<br><span style="font-family: courier new,monospace;"><label>Homepage: <input name=hp type=url list=hpurls></label></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"><datalist id=hpurls></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> <option value="<a href="http://www.google.com/">http://www.google.com/</a>" label="Google"></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> <option value="<a href="http://www.reddit.com/">http://www.reddit.com/</a>" label="Reddit"></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"></datalist></span><br><br>What could be wrong?<br><br>Thanks,<br>Inayaili.<br>