Detecting CSS Selector Support with JavaScript

from blog Matthias Ott, | ↗ original
↗ original
p code { font-size: 80%; } There are many ways to adjust your CSS code to a browser’s support for a specific CSS feature. If you want to check if a certain property is supported, you can write a feature query using the @supports at-rule, for...