以下のうち、CSS3で定義されていないセレクタは、どれでしょう。

  • 選択肢:
  • 1) .example:local-link { … }
  • 2) .example:empty { … }
  • 3) .example:nth-last-of-type(5) { … }
  • 4) .example:not(.example2) { … }