We have no plan to add more tags since you can generate any tag you need as Jonathan suggests. If we need to change the behavior of some tags, please let me know with a concrete example.
Massimo On Apr 8, 9:57 am, Jonathan Lundell <[email protected]> wrote: > On Apr 8, 2011, at 7:37 AM, Stifan Kristi wrote: > > > no, i mean html 5 tag is it support to be converted by python format, > > actually, i've tried to convert audio and video tag using html 5 > > (references from w3schools), but it's not goin to work (audio n video), any > > solution for this problem? > > Do you mean, for example, something like =VIDEO()? Not yet, but you can use > TAG.video() > > > > > > > > > > > thanks very much > > > On Fri, Apr 8, 2011 at 9:27 PM, Jonathan Lundell <[email protected]> wrote: > > On Apr 8, 2011, at 7:02 AM, Stifan Kristi wrote: > >> a, i c, i mean is it support the python format for html 5 and css 3 tags, > >> like : > >> e.g. > >> {{=BR()}} > > > web2py always generates <br /> for BR(), which is OK for html5 (though not > > really great for html4...). > > > Just be sure to generate an html5 doctype: > > >> thank you > > >> On Fri, Apr 8, 2011 at 8:46 PM, Vasile Ermicioi <[email protected]> wrote: > >> web2py is a server side framework, html5 and css3 are client side > >> technologies, and they should be supported by browsers not by servers

