You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The grammar allows the length and auto in any order. Therefore, the following is valid: contain-intrinsic-size: 10px auto 20px;
However, should it be interpreted as contain-intrinsic-width: auto 10px; contain-intrinsic-height: 20px; or as contain-intrinsic-width: 10px; contain-intrinsic-height: auto 20px;?