The HTML5 spec allows form-associated elements to refer to their associated <form> element via the [form] attribute. Do any browsers support this natively?
The HTML5 spec allows form-associated elements to refer to their associated <form> element via
Share
See:
The
formattribute is supported since Firefox 4, Opera 9.5, Safari 5.1 and Chrome 10, but not on IE yet.Here’s a test page:
http://www.impressivewebs.com/demo-files/html5-form-attribute/