Have you considered just using a stylesheet for getting the HTML5 tags to
work as intended in older browsers? This would also solve the problem for
users who have JavaScript disabled.

https://github.com/necolas/normalize.css/blob/master/normalize.css is a
good one for getting consistency across browsers including with HTML5.

On Tue, Mar 20, 2012 at 11:59 AM, Leah Hicks <korii.r...@gmail.com> wrote:

> Even better news is that I have just now managed to get it to work as low
> as IE 5.5 with minor differences in padding towards the bottom :D I have
> switched the code from HTML 5 to XHTML (they're readily interchangeable
> provided you replace all the HTML5 tags with <div>s instead) given that
> HTML 5 is still a baby. Since Freenet is aimed at users wanting to up their
> security who will likely use outdated browsers it would be safer to use the
> XHTML standard. One way or another it works in all browsers that I've
> tested so far.
> _______________________________________________
> Devl mailing list
> Devl@freenetproject.org
> https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
>
_______________________________________________
Devl mailing list
Devl@freenetproject.org
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to