> HTML Transitional allows inputs in FORMs, but HTML Strict does not: > > Contents > * In HTML 4.0 Strict, one or more SCRIPT or block-level elements except FORM > * In HTML 4.0 Transitional, inline elements or block-level elements > except FORM > http://htmlhelp.com/reference/html40/forms/form.html > > Looking at the actual DTDs for XHTML: > > <!ENTITY % form.content "(%block; | %misc;)*"> > http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_misc > > <!ENTITY % form.content "(#PCDATA | %block; | %inline; | %misc;)*"> > http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Transitional
That's harsh! Okay, if anybody wants XHTML strict compliance please create an issue in http://dev.rubyonrails.com. Cheers, Jon _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
