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