HTML5のcanvasタグまたはvideoタグをサポートしていない古い/現在のブラウザのHTML5のように動作させるためのjavascriptソリューションはありますか?
キャンバスタグは、HTML5をサポートするブラウザの場合と同じように動作するのが理想的ですが、ビデオタグは、代替コードに置き換えた場合にも適しています。
HTML5のcanvasタグまたはvideoタグをサポートしていない古い/現在のブラウザのHTML5のように動作させるためのjavascriptソリューションはありますか?
キャンバスタグは、HTML5をサポートするブラウザの場合と同じように動作するのが理想的ですが、ビデオタグは、代替コードに置き換えた場合にも適しています。
You can use the canvas in Internet Explorer using this library. There is also this library for doing the same with HTML 5 in general and this one for drawing text on a canvas. Here is a canvas library for GWT (which of course gets compiled to javascript).
Edit: Here is a library to add svg support to older browsers.