Re: [csswg-drafts] [css-anchor-position-1][css-position] Add the “centering” behavior which is now defined as an example in the specs as something built-in (#8979)

```css
.centered-anchor {
  position: absolute;
  anchor-default: --myAnchor;
  left: anchor(center);
  translate: -50% 0;
}
```

One potential benefit of no longer needing `translate: -50% 0` is better logical support, since translate [does not currently support logical](https://github.com/w3c/csswg-drafts/issues/1544).


-- 
GitHub Notification of comment by yisibl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8979#issuecomment-1877517519 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 4 January 2024 17:47:24 UTC