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
for example 'background-image', 'list-style-image', and 'border-image-source'.
674
679
675
680
{{CSSImageValue}} objects that do not require network data (for example linear and radial gradients)
676
-
are initialized with {{CSSResourceValue/state}}{{"loaded"}}.
681
+
are initialized with {{CSSResourceValue/state}} "loaded".
677
682
678
-
If the {{CSSImageValue}}'s {{CSSResourceValue/state}} is {{"loaded"}},
683
+
If the {{CSSImageValue}}'s {{CSSResourceValue/state}} is "loaded",
679
684
and the resource has an intrinsic width, height, or aspect ratio,
680
685
then {{CSSImageValue/intrinsicWidth}}, {{CSSImageValue/intrinsicHeight}}, and {{CSSImageValue/intrinsicRatio}} must reflect the resource's corresponding value.
681
686
In all other cases, the attributes must be <code>null</code>.
0 commit comments