Opera Playground

you can swim with Opera

Subscribe to RSS feed

Posts tagged with "css"

Coming IE 8 : CSS

, , ,

Some shadows of Kestrel

, ,

As Tim wrote in his blog,

The rendering engine used by the Internet Channel is the most advanced rendering engine publicly available from Opera Software.


The development is going on internally we guess, and we can confirm that with Olli's post, so what's the current situations we can imagine.
Ashizuka-san, one of my friend on irc and twitter, wrote a blog, of course in Japanese but the chart is in English.
You can view the different results of Merlin there, and may notice some regressions with Wii's Internet Channel. We just sit and wait for the next weekly release, full of fixes and new challenging features.

To check your site with Opera

, , , ...

During the preview/beta periods, I wrote an article about the Opera's rendering mode.
Now there are Opera for Wii out in the market. If you consider the compatibilities of your site with Opera browser for Wii, then try RenderingMode=5, to check if you can view it fine or not.

opera:config#UserPrefs|Renderingmode

I added a few lines, cited below, to CSS of my Japanese blog, and it works fine. And the most important point is that I can check it without Wii.

@media tv{
*{font-size:24px}
}