@supports test

Back to index.

CSS3 spec

This page studies the @supports rule. Right now it only tests the basic syntax. It gets really interesting when we start to test for edge-case CSS declarations, but that’s something I’m going to postpone.

Basics

If this one fails the browser just doesn’t support @supports.

AND

OR

NOT

Complex statements

Incorrect syntax

The examples below should NOT be supported; they all contain syntax errors.