003-novalid.xhtml (211B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>valid input/@list reference to datalist/@id</title> 4 </head> 5 <body> 6 <datalist id="foo"></datalist> 7 <input type="text" list="bar"></input> 8 </body> 9 </html>