It ...">
📜 ⬆️ ⬇️

Google Chrome Frame - HTML5 for IE users

If you are tired of developing special tricky solutions for IE6 users, try this tag:

<meta http-equiv="X-UA-Compatible" content="chrome=1">

It will allow IE users who have the Google Chrome Frame plugin installed to use the WebKit renderer and the V8 JS engine.

Detailed blogpost in English here .
')
A post from the developers of Google Wave, shows an example of how to offer IE users to install this plugin .

Official video

Google Chrome Frame is focused primarily on web developers, who will be able thanks to him to create more complex and modern web services. And users who prefer the IE interface can enjoy high-speed applications like Google Wave .

Source: https://habr.com/ru/post/70351/


All Articles