LoginSignup
16
13

More than 5 years have passed since last update.

対応ブラウザが気になるリスト

Last updated at Posted at 2017-02-09

フロントエンド実装するときに
「あれ?これ今回使えるんだっけ?」ってなってしまうものたち
随時更新予定

Web Audio API

☓ IE ~11
☓ Android 標準ブラウザ 4.3 - 4.4
Can I use… Support tables for HTML5, CSS3, etc

CSS3 Flexbox

☓ IE ~9 (10, 11はprefixつきで◯)
Can I use… Support tables for HTML5, CSS3, etc

CSS Filter Effects

filter: drop-shadow(16px 16px 20px blue);
filter: brightness(0.4);
filter: sepia(60%);

☓ IE ~11
☓ Android 標準ブラウザ 4.3
Can I use… Support tables for HTML5, CSS3, etc

Fetch API

☓ IE ~11
☓ Safari 10.1以前
☓ iOS Safari 全てのバージョン
☓ Android 標準ブラウザ - 4.4.4
Can I use… Support tables for HTML5, CSS3, etc

-> Polyfillで
Safari 6.1+, Internet Explorer 10+ は対応可
https://github.com/github/fetch

16
13
2

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
16
13