[dokuwiki] Re: Data-URI support, worth having?

  • From: Mª®k <mc.prins@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 17 Jun 2011 10:56:49 +0200

2011/6/17 Andreas Gohr <andi@xxxxxxxxxxxxxx>:
> Hi Guys,
> ..
> Cons:
>
>  * does not work for IE < 8

fix this by using conditional IE css loading (yes it's ugly, but it's
not a lot of work):
<!--[if gte IE 7]>
                <link rel="stylesheet" href="static/css/ie-8.css" 
type="text/css"
media="all" />
        <![endif]-->

>  * users might load data of images that might not even be used
> anywhere in the wiki (like obscure interwiki icons)

since the css file is only loaded once in a session I don't think this
would be a problem...

>
> What do you think? Worth merging?

+1, I think it's better than sprites
--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: