NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 450 - Bogus datalist parsing and list attribute errors
Bogus datalist parsing and list attribute errors
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
: 676 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-23 17:01 CET by Lachlan Hunt
Modified: 2010-04-13 11:45 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lachlan Hunt 2009-02-23 17:01:54 CET
See test case
http://validator.nu/?doc=http%3A%2F%2Ftinyurl.com%2Fbqpwl9&showsource=yes

These 3 errors are given:

#Error: Stray end tag datalist.
From line 8, column 1; to line 8, column 11
fessor"> ↩</datalist>↩

#Error: End of file seen and there were open elements.
On line 9

#Error: The list attribute of the input element must refer to a datalist element or to a select element.
From line 3, column 1; to line 3, column 21
o</title>↩<input list="mylist">↩<data
Comment 1 Henri Sivonen 2010-04-09 18:21:25 CEST
*** Bug 676 has been marked as a duplicate of this bug. ***
Comment 2 Henri Sivonen 2010-04-13 11:45:28 CEST
Fixed and deployed. Thanks.