Archive for the ‘HTML’ Category

HTML Forms and Inputs… This one will throw you for a loop.

Friday, June 11th, 2010

While working on an internal project fitted specifically for Firefox (currently in version 3.6.3,) I was confronted with an issue unlike anything I have encountered previously. The summary goes like this: Any form elements with the name attribute specified is appended to the parent <form>’s list of attributes.

While this may seem simple enough, let’s look at some of the implications of such a thing. (more…)