LoginSignup
0
2

More than 5 years have passed since last update.

備忘録_IE7 / 8 / 9 バージョン別使用できるセレクタまとめ

Posted at

自分用の早見表

IE7

  • チャイルドセレクタ
  • 属性セレクタ
  • 隣接セレクタ
  • 間接セレクタ
  • :hover 疑似クラス
  • :first-child 疑似クラス
  • :first-line 擬似クラス
  • :first-letter 擬似クラス

IE8

※IE7対応セレクタを含む

  • 兄弟セレクタ
  • :before :after 疑似クラス
  • :focus 擬似クラス
  • E[attr~=value]
  • E[attr|=value]
  • E[attr^=value]
  • E[attr$=value]
  • E[attr*=value]

IE9以降

※IE7 / 8対応セレクタを含む

  • ::before ::after 疑似クラス
  • ::first-letter 擬似クラス
  • ::first-line擬似クラス
  • :not(s)
  • :root
  • :nth-child(n)
  • :nth-last-child(n)
  • :nth-of-type(n)
  • :nth-last-of-type(n)
  • :last-child
  • :first-of-type
  • :last-of-type
  • :only-of-type
  • :only-child
  • :empty
  • :target
  • :enabled
  • :disabled
  • :checked
0
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
0
2