[VE][html5] name attribute in <a>

Lines of code:
<a href="elinfo.html"
onmouseover="document.elinfo.src='Images/elinfohover.png'"
onmouseout="document.elinfo.src='Images/elinfo.png'">
  <img src="Images/elinfo.png" alt="EL Info" name="elinfo" width="190"
height="70" class="imgina"/>
</a>
The Validator told me that [name="elinfo"] was not necessary, when in
fact it is for the lines of Java above it.
Validating http://www.customelwire.com/  as of 2/13/2013
Error [html5]: ""

Received on Wednesday, 13 February 2013 18:26:41 UTC