[whatwg] Incremental rendering of forms
Ian Hickson
ian at hixie.ch
Wed Aug 25 15:22:04 PDT 2004
On Sat, 7 Aug 2004, Matthew Thomas wrote:
> >
> > Disagree. It is very nice if you want the equivalent of several forms
> > in a table, say one table row for each form. Since FORM isn't allowed
> > to appear mixed in with the table markup, the "form" attribute is a
> > reasonable solution. ...
>
> So instead of inventing a new attribute, why not just change the content
> models of TABLE, THEAD, TBODY, TFOOT, and TR to allow FORM elements?
Because this would require changing HTML parsers which have been carefully
written to be compatible with each other and with existing markup when it
comes to dealing with the content models of HTML tables and unexpected
elements within them. Implementors are _extremely_ reluctant to even
_approach_ their table parsing code.
It is also not very compatible with the CSS rendering model.
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
More information about the whatwg
mailing list