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

