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
As per my understanding of the spec, the safe and unsafe keywords should alter the behavior of anchor-center.
Assuming the above is true, we got no coverage for that.
As per my understanding of the spec, the
safe
andunsafe
keywords should alter the behavior ofanchor-center
.Assuming the above is true, we got no coverage for that.
IMO what we should do is to:
https://github.com/web-platform-tests/wpt/blob/master/css/css-anchor-position/anchor-center-htb-htb.html
https://github.com/web-platform-tests/wpt/blob/master/css/css-anchor-position/anchor-center-htb-vrl.html
https://github.com/web-platform-tests/wpt/blob/master/css/css-anchor-position/anchor-center-vrl-vrl.html
https://github.com/web-platform-tests/wpt/blob/master/css/css-anchor-position/anchor-center-vrl-htb.html
align-self: anchor-center;
toalign-self: safe anchor-center;
justify-self: anchor-center;
tojustify-self: safe anchor-center;
unsafe
I'd do this myself, but I'm not 100% sure if I understand correctly how
safe
/unsafe
should work in conjunction withanchor-center
.The text was updated successfully, but these errors were encountered: