79242054

Date: 2024-12-01 17:02:00
Score: 1
Natty:
Report link

actually there is a solution to detect Safari (no matter which version) by using CSS @supports.

@supports not (fill: context-stroke) {
/*CSS*/
}

If you check caniuse you will see Safari has never supported context-stroke

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Juan Martín