[csswg-drafts] [css-anchor-position] Rename `anchor-default` to `position-anchor` (#10004)

tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-anchor-position] Rename `anchor-default` to `position-anchor` ==
As the spec has sprouted more properties, a nice naming division has developed - all the props applying to the positioned element start with `position-*`, while the ones applying to the anchor element start with `anchor-*`. The obvious exception to this scheme is `anchor-default`, which is set on the positioned element. The [Apple exploration](https://fantasai.inkedblade.net/style/specs/css-anchor-exploration/) renamed `anchor-default` to `position-anchor`, which is a pretty reasonable name.

This also opens up the possibility of using `position` to shorthand the positioning scheme (`position-type: static | relative | etc`) and the default anchor (`position-anchor: --foo`), as the Apple exploration suggested.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10004 using your GitHub account


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

Received on Monday, 26 February 2024 23:23:57 UTC