Yeah, it is fully included in HTML 4.0, and depreciated but still available in 
XHTML 1.0.
It is not until XHTML 1.1 where it is fully removed.


Somebody raised an issue saying that the name attribute was invalid
according to the w3c, and I, unfortunately, did not do due diligence,
and stripped it out of the Form view helper. I'll be adding it back in,
as it clearly *is* part of the spec:

     http://www.w3.org/TR/REC-html40/interact/forms.html#adef-name-FORM

That said, it's pretty pointless, as all current browsers will select
the DOM node based on the id in precedence over the name anyways.


Reply via email to