| Mark Wiesemann 2007-01-19, 7:01 pm |
| Hi Raphaël,
Raphaël Gertz wrote:
> It would be better to have a generated html code with div and correct class
> elements.
Not true, see the other answers.
> Anyway the ul/li system makes appear lot of trouble :
> - Rendering under ie6 become a mine field (it's already hard) but with list
> element it's close to impossible to have a correct rendering. Because ie just
> add come text-indent to li that I have been unable to remove easily.
Not true. The layout of, for example, the bundled stylesheet has been
tested on various browsers on Windows, Linux and Mac. IE 6 and IE 7
don't have any problems with the current layout.
> - the code becomes heavy for nothing.
> - the dom tree become a hell for nothing
Again, not true.
> If there are people that are ok here for draw a new HTML_QuickForm2 class
> with :
> - php5 E_STRICT compliant only (public/private/static things in)
> - pure xhtml1.1
> - l10n (not have only english string for required field)
See David's pointer to the QF2 wiki. The current plan is to make an
updated version of the tableless renderer the default renderer of QF2.
Reasonable ideas for this new QF2 renderer are always welcome.
Regards,
Mark
--
http://www.markwiesemann.eu
|