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 values (including the defaults) in ellipse() and circle() serialize to their 2- and 4-value forms only, preferring the 2-value form when it can be expressed without calc(), preferring left and top origins, and preferring 0% over a zero length.
The backgrounds spec does not have serialization steps mentioned at all. Can we assume the same serialization steps?
(This doesn't match existing behavior -- browsers serialize center center as center center instead of 50% 50% for background position)