Can I get a confirmation on how browsers handle unsupported CSS syntax?
If a browser doesn't support the :has() selector, will it stop interpreting any CSS in that block of styling after the :has()? If it does, using @supports selector is then the correct solution?