We tried to list the most common ones excluding those that should not be used (like FONT) and those that can be mimicked by other tags using CSS. Not sure this qualifies a logic behind our choice. Definitively we do not want to have a comprehensive set of tags, in particular since TAG was implemented.
Massimo On Dec 18, 5:24 am, mmstud <[email protected]> wrote: > What is the logic defining some html element classes and not defining > some anyway? I have created my own library of html elements, that i > use on web2py, which at least tries to follow standard html > specification. > > -Marko > > On 17 joulu, 17:42, DenesL <[email protected]> wrote: > > > You can create it using the TAG helper. > > > t=TAG.LEGEND('a','b',_c='d') > > t.xml() produces > > '<LEGEND c="d">ab</LEGEND>' > > > On Dec 17, 9:55 am, Iceberg <[email protected]> wrote: > > > > Hi Massimo, > > > > Why there is a definition of FIELDSET in html.py, but there is not a > > > LEGEND? They usually show up together. Would you please append this in > > > next version of web2py? > > > class LEGEND(DIV): tag='legend' > > > > Regards, > > > Iceberg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

