
On Wed, 2010-12-15 at 09:01 -0500, Dimitry Golubovsky wrote:
Hi,
In MSIE6, <hask> tags are rendered like this (from the Monad_Transformers page):
transformers: provides the classes MonadTrans and MonadIO , as well as concrete monad transformers such as StateT
... etc.
The Wiki source:
[http://hackage.haskell.org/package/transformers transformers]: provides the classes <hask>MonadTrans</hask> and <hask>MonadIO</hask>, as well as concrete monad transformers such as <hask>StateT</hask>.
HTML (a small piece of it):
provides the classes <div class="inline-code"><div dir="ltr" style="text-align: left;"><div class="source-haskell" style="font-family: monospace;">MonadTrans</div></div></div>
Words MonadTrans, MonadIO, StateT etc are enclosed in <hask> tags. They show up in monospace, each starting a new line. Is this only MSIE6, or this is how it is supposed to render?
Thanks.
PS I am not attaching a screenshot to the mailing list; if anyone needs to see it I'll send via personal e-mail.
In epiphany (webkit) it displays OK. You can always test on pages like http://browsershots.org/http://haskell.org/haskellwiki/Monad_Transformers In general I'd say that MSIE should be avoided and updated to newer version like 7 or 8 (according to wikipedia they should be avaible for Windows XP - or at least they were available when Windows XP was supported) - IE6 have technology from 2001. I understand however that it may be outside your control (maybe portable Fx would be solution?) Regards PS. BTW - does anyone have statistics on browser share on Haskell site? According to Wikipedia IE6 have still around 16% market share but I guess it is lower here.