Re: what's currently broken in dillo
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Sat, Dec 27, 2014 at 08:27:41PM +0000, higuita wrote: > Hi! > > > > Look at the food icons in the table: > > > http://dont-starve-game.wikia.com/wiki/Crock_Pot > > > but i was looking a wrong example, i don't see the <script> > > > here, just the <noscript>, making this harder to fix > > Yes, it's not clear to me that dillo's doing anything incorrect in that > > example. > > I contacted wikia and they replied with this: > > Rappy, Dec 27 07:32 AM > > Hello, > > Thanks for contacting Wikia. It seems that your browser is also stripping > the CSS that should be supplied when JavaScript doesn't load. This CSS > file > ( http://slot1.images.wikia.nocookie.net/__cb1419252955/common/extensions/wikia/ImageLazyLoad/css/ImageLazyLoadNoScript.css > ) should hide the double image issue you are seeing. > > I will be filing a ticket, based on this, with our engineers to see if > enclosing the first image in a <script> tag for these types of browsers > is an option. Thanks for bringing this to our attention. > > Timothy Collins > Community Technical Support > > > So should dillo follow this css and we have a bug or is not > supported yet? The mentioned stylesheet isn't loaded, as it is referenced from the body, not from the head section which is not allowed. See e.g. http://www.w3schools.com/tags/tag_link.asp Cheers, Johannes