LoginSignup
1
2

More than 5 years have passed since last update.

IE11対応必要事項

Last updated at Posted at 2018-07-18

LPの受託開発をしていて、IE対応について調べたことをまとめた。
自分のメモ用。随時更新。

IE11が対応していないこと

CSS

  • flex box(特定の条件下で壊れる)

JS

  • ES6の表記
    • arrow function, ${}, etc.
      • 参考
      • Babelを使えばこういうこといちいち個別対応する必要なさそう。

その他注意事項

  • 適用されるフォントが変わるので、テキストボックスのハードコーディングは避ける
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2