1 2 3 4 5 6 7
<!DOCTYPE html> <style> body { background: green } @supports (color: red) or (content: url("foo" "bar")) { body { background: red } } </style>