CSS Feature Queries
Adobe provides an overview on the new @supports rule which will provide us feature queries for CSS.
Feature Queries look like Media Queries, but test support for CSS property/value pairs rather than display characteristics. As a basic example, you could ask a browser to apply a set of CSS rules if it supports a value of
An excerpt from CSS Feature Queries0
for themargin
property.