ist das name Attribut in Formularfeldern zwingend erforderlich?
In HTML5 nicht: http://dev.w3.org/html5/spec-author-view/the-input-element.html#the-input-element
»The name attribute must be specified.« – Entsprechendes findet sich dort NICHT. ;)
http://html5.validator.nu/ -> <input> ausprobieren
Mathias