ドキュメントモードを調べる


動作ブラウザ 【 IE:6.0   NN:7.0
Internet Explorer Netscape Navigator Opera iCab Safari
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 7.0 7.x 8.x 2.x 1.x 2.x
Windows × × - × × × × × × × -
Macintosh × × × × - × × × × × × ×
UNIX - - - - - × × × × × -

ポイント cType = document.compatMode;
説  明 ドキュメントタイプはdocument.compatModeで調べることができます。標準モードであればCSS1Compat、互換モードであればFirefoxの場合はBackCompatの文字列を返します。Operaの場合はQuirksModeの文字列を返します。iCabではモードに関係なくCSS1Compatの文字列を返します。Safariでは動作せずundefinedの文字列を返します。
サンプル <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <title>サンプル</title> </head> <body> ドキュメントモード:<b> <script language="javascript" type="text/javascript"><!-- cType = document.compatMode; document.write(cType); // --></script> </b> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA