Re: brainstorm: repeating form controls

On Apr 9, 2007, at 13:03, Dmitry Turin wrote:

>  <multi name="workplace">
>  <tr>
>   <td> <input type="text" name="in_date"> </td>
>   <td> <input type="text" name="out_date"> </td>
>   <td> <input type="text" name="ltd"> </td>
>   <td> <input type="text" name="why"> </td>
>  </tr>
>  </multi>

This would disrupt table parsing in existing UAs. One of the design  
goals of Web Forms 2.0 is that it can be implemented as a script  
library in IE6 (without changing the HTML parser).

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Monday, 9 April 2007 10:07:09 UTC