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 -~----------~----~----~----~------~----~------~--~---

