'Is there a replacement for "contain: content" for safari?
I am trying to find a replacement for the css property "contain: content" for Safari (since it works perfectly on Chrome), but I can't find any. Is there some kind of other css property that creates a similar effect?
Solution 1:[1]
As of 2022/3/15, Safari 15.4 was released with built-in content CSS property support.
Please read the Safari 15.4 release note here.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | dlackty |
