On Dec 29, 2012 5:56 AM, "Benjamin Stover" <ben@stechz.com> wrote: > Hello all, > > I am new to the list, and have a question about the proposed CSS.supports API. > > Is it not possible to determine whether a browser supports keyframe animations or media queries with the current API? You can tell whether animations are supported with @supports (animation:foo) {}. You can't test media queries. We've left the door open to be able to test for things other than properties in the future, though. ~TJReceived on Saturday, 29 December 2012 15:15:48 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:24 UTC