- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Sat, 29 Dec 2012 07:15:18 -0800
- To: ben@stechz.com
- Cc: www-style list <www-style@w3.org>
Received on Saturday, 29 December 2012 15:15:48 UTC
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.
~TJ
Received on Saturday, 29 December 2012 15:15:48 UTC