[Seaside] textInput callback is not used

Lukas Renggli renggli at gmail.com
Tue Feb 10 16:04:34 UTC 2009


> Granted that you can assign styling, but will the styling be rendered?

It is not a common practice to style FORMs, but all browser I know
display its styles. According to the DOM standard the HTMLFormElement
inherits from HTMLElement. The specialization merely adds a few
attributes and methods. Rendering should not be affected.

   http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-40002357

Related, the HEAD element is no different to a DIV element either. It
is just that the default style-sheet of the web browser hides it. You
can override that in your own CSS and for example display the contents
of the TITLE tag as part of the page.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list