Skip to content

Adobe AIR’s version of webkit and what it does not support in CSS

by Topper on August 14th, 2008

AIR’s webkit does NOT support:

  • :nth-child or :nth-child-of-type
  • CSS gradients
  • CSS animations or transitions

From → General

  • http://coffeesounds.com Łukasz

    :nth-child is supported – I just used in my Adobe AIR project.

  • http://blog.toppingdesign.com Topper

    Lukasz: What version are you using? I should clarify that this was written against air 1.1 (two versions ago at the time of this comment)