IE9 のサポートに html5shiv を使用したいのですが、うまくいきません。これをヘッドセクションにインストールしました:
<!--[if IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
HTML5 Iframe サンドボックスのサポートが必要です:
<iframe id="iframe" src="http://www.telegraaf.nl" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
Iframe の Web サイトは IE9 で iframe を分割するため、サンドボックスが機能していません。問題は、サンドボックスが「スタイルメソッド/要素」ではなく iframe の属性である可能性があると思います。
基本的に、これについてアドバイスが必要です。他に何ができますか?IE でサンドボックスをサポートするプラグイン (jquery?javascript?) はありますか?