It seems LEGEND does not qualify for either of the excluding criteria mentioned by Massimo. So I think it should be in.
Denesl's solution is cool and helpful, I did not know that trick, really thanks! But, IMHO, TAG.LEGEND(...) is not intuitive to beginners of web2py. I mean, come on, who will go over API document (http://mdp.cti.depaul.edu/examples/default/api) and notice LEGEND is NOT there? Besides, the usage of TAG is not mentioned in API document nor in example section. Sorry if it is in somewhere but I missed it. On Dec 18, 9:13 pm, mdipierro <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

