@supports selector()
I didn’t realize the support for @supports
determining selector support was so good! I usually think of @supports
as a way to test for property: value
pair support. But with the selector()
function, we can test for selector support …