[csswg-drafts] [css-anchor-position] The use of anchor-scope in the "acceptable anchor" algo (#11028)

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

== [css-anchor-position] The use of anchor-scope in the "acceptable anchor" algo ==
The [acceptable anchor](https://drafts.csswg.org/css-anchor-position-1/#acceptable-anchor-element) requirements state that in order to be an acceptable anchor, it is required that:

> `possible anchor` is in scope for `positioned el`, per the effects of [anchor-scope](https://drafts.csswg.org/css-anchor-position-1/#propdef-anchor-scope) on `positioned el` or its ancestors.

It doesn't seem to make sense to refer to `anchor-scope` on `positioned el` itself. That would mean that `positioned el` can only reference itself or a descendant, neither of which makes sense.

Perhaps change the text "on `positioned el` or its ancestors" to "on any ancestors of `positioned el`"?

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


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

Received on Sunday, 13 October 2024 00:19:53 UTC