- From: 一丝 via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Jan 2024 17:47:21 +0000
- To: public-css-archive@w3.org
```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