Do any browsers support the form attribute on input elements?
forms, html
Solution
See:
- http://www.impressivewebs.com/html5-form-attribute/
- http://swatelier.info/at/forms/HTML5attrib.asp
The `form` attribute 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/
Problem
The HTML5 spec allows form-associated elements to refer to their associated `<form>` element via the `[form]` attribute. Do any browsers support this natively?