Can CSS content-visibility and contain-intrinsic-size also be used with the background-image property, or do they only work with IMG tags?
Will either of these properties have any impact on the following code snippet?
<span id="image">
#id{
height:50px;
width:100px;
content-visibility:auto;
contain-intrinsic-size:50px;
}