HTML 5 attributes that can take empty strings are validating with just an attribute name

I don't know if this is a bug in the experimental HTML 5 validator or if I'm missing something in the specification, but should this document (given the title and alt attributes) validate?

<!DOCTYPE HTML>
<meta charset=utf-8>
<title>Test</title>
<img title alt src='/'>



-- 
David Dorward
http://dorward.me.uk

Received on Tuesday, 11 October 2011 17:46:20 UTC