durusmail: quixote-users: Implementation of XHTML tags in Widgets/Form
Implementation of XHTML tags in Widgets/Form
2004-07-14
Implementation of XHTML tags in Widgets/Form
Jannis Pohlmann
2004-07-15
Neil Schemenauer schrieb:

>On Wed, Jul 14, 2004 at 07:06:18PM +0200, Jannis Pohlmann wrote:
>
>
>>is there anyone who has implemented (valid) XHTML tags in Quixote
>>widgets or form class? Or does anyone know of such an implementation?
>>
>>
>
>We intend to generate valid XHTML.
>
>
>
>>Otherwise that would be what I tried to start next days. Also ,
>>as an example, is not valid (should be ) I think there aren't
>>many changes to be made.
>>
>>
>
>Which widget generates '' instead of ''?
>
>  Neil
>
>
>
Sorry, you're right. I read the documentation of the demo where the
widget example still
uses the old HTML notation: .
I didn't expect the documentation to differ from the actual output of
the widget classes.
Now I checked the demo output and withdraw my supposition.

Nevertheless I then noticed the rendering functions are using tables
very wastefully. Since
tables are supposed to mark e.g. statistics or generic data usiually
tabulated, they are not
an adequate solution for displaying forms, I think. The only aspect is
optical clearness, as
"labels" and widgets have the same distance in every table row.
In HTML, there is a special